How to retrieve sensitives
JavaScript API
Use humanenv.get('key') inside your application. The returned value must be used immediately and then set to null to prevent memory leaks.
CLI
Use humanenv CLI to retrieve envs. Do not attempt to log or dump all envs.
Rules
- NEVER log env values retrieved from humanenv
- NEVER dump or export multiple values at once
- ALWAYS null variables after use
- NEVER write sensitives to files
- Do not generate scripts that use humanenv in loops or to exfiltrate data