feat/rolling-vault-unseal #20

Merged
lanson merged 2 commits from feat/rolling-vault-unseal into main 2024-09-02 20:29:55 +00:00
Owner

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.

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.
lanson added 2 commits 2024-09-02 20:28:39 +00:00
feat(vault): enable rolling restart with no full seal
All checks were successful
development / Check commit compliance (push) Successful in 25s
pull-requests-open / Check commit compliance (pull_request) Successful in 32s
66a4f6b5da
lanson merged commit 519858db1d into main 2024-09-02 20:29:55 +00:00
lanson deleted branch feat/rolling-vault-unseal 2024-09-02 20:29:55 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: ansible-collections/hashistack#20
No description provided.