5 lines
423 B
Markdown
5 lines
423 B
Markdown
# Vault Agents
|
|
I want to use vault agents on my bare metal server to manage most of my secrets that are required for other services (for example consul ACL tokens).
|
|
The main open questions are around authenication and permissions, because I want to lock their permissions down as much as possible.
|
|
I also want to set this up such that I can easily use this when I need to deploy new things that require secrets from vault.
|