Hacker News new | ask | show | jobs
by osrec 1520 days ago
How do you automate setting that environment variable?
2 comments

For a specific example of one way how : https://github.com/99designs/aws-vault
Injection into the environment (container config, Docker, k8s, etc) or the execution context. The actual mechanics are highly dependent on where your secrets are and where they’re going for use. On a dev workstation, could just be some bash or Python using the AWS cli, for example.