Add some more infrastructure ideas

This commit is contained in:
2026-05-23 10:05:16 +02:00
parent be0c457bde
commit 509d6c54c5
3 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
# 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.