Supporting Unsealer in non operator Vault StatefulSet #3209
Unanswered
namenmalkav
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In the Helm chart for an operator-less Vault deployment, there is no default way to unseal a multi-replica StatefulSet. When --init runs on the second replica, it fails because Vault is already initialized. I understand that I need to modify how the unsealing process works, but the documentation lacks details on how to do this.
How can I modify the unseal process in the StatefulSet to support this setup? Or is it necessary to use Raft for this?
I am currently working on a solution to submit a pull request to improve the chart.
Beta Was this translation helpful? Give feedback.
All reactions