Hacker News new | ask | show | jobs
by tptacek 1077 days ago
In practice, we do store things in Vault, but we expose that to VMs (where this runs in our architecture) via environment variables injected into the entrypoint process by our init through our orchestrator. You could write direct Vault integration, or do what most people probably do and just use Vault to set an environment variable.
1 comments

Hey, thanks for clarifying that for me!