feat/rolling-vault-unseal #20
No reviewers
Labels
No Label
bug
consul
duplicate
enhancement
help wanted
invalid
nomad
question
vault
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: ansible-collections/hcp-ansible#20
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "feat/rolling-vault-unseal"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This release allows for full rolling restart of vault.
Before, there would be a small time where vault was fully sealed in case of a rolling-restart (due to the fact that the unseal operation happened outside of the role)
The unseal operation has been optionnally added inline with a restart, if keys are provided for the unseal operation.
This is now the default behavior of hashistack-ansible, which will provide the keys after the initial deployments to the vault role, in order to allow fully HA rolling-restarts.