-
Notifications
You must be signed in to change notification settings - Fork 18.9k
Open
Labels
area/swarmkind/enhancementEnhancements are not bugs or new features but can improve usability or performance.Enhancements are not bugs or new features but can improve usability or performance.
Description
We are interested in using Hashicorp's Vault for storing and giving access to secrets (API keys, access to databases, etc).
Vault provides a method called a wrapped token where a process will communicate with vault to retrieve a temporary token. This token is then passed to each task. Each task then exchanges this token for a more permanent token and performs leasing and renewing secrets with vault independently.
In our case, we would like to have our process generate a list of these temporary tokens and then use the swarm api to create a service while including these tokens. Each container would then just get 1 token as an environment variable.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area/swarmkind/enhancementEnhancements are not bugs or new features but can improve usability or performance.Enhancements are not bugs or new features but can improve usability or performance.