You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vault: Support setting the Vault role to derive tokens from with create_from_role setting [GH-2226]
In our scenario, we are using aws-ec2 auth to acquire a token that nomad can use. When this expires, it would be nice to hot reload the vault token rather than restarting the agent.
I imagine the restart of the agent would be fine, but I'm concerned that the node leaving will cause shifting of jobs.
The text was updated successfully, but these errors were encountered:
I'm going to lock this issue because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
In nomad 0.5.3, the following was introduced:
In our scenario, we are using aws-ec2 auth to acquire a token that nomad can use. When this expires, it would be nice to hot reload the vault token rather than restarting the agent.
I imagine the restart of the agent would be fine, but I'm concerned that the node leaving will cause shifting of jobs.
The text was updated successfully, but these errors were encountered: