We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Description Currently if Vault is sealed if you try to run
salt-run vault.unseal
it fails as it tries to authenticate (which is impossible as Vault is sealed).
Setup (Please provide relevant configs and/or SLS files (be sure to remove sensitive info. There is no general set-up of Salt.)
Please be as specific as possible and give set-up details.
Steps to Reproduce the behavior Setup vault and seal it. Add the seal keys in salt's configuration. Now try to run
Expected behavior Vault is unsealed
The text was updated successfully, but these errors were encountered:
fixing salt-extensions#85
8cf21c8
vault.unseal runner will now use unauthenticated query to unseal Vault
fixup! fixing salt-extensions#85
29532b4
Make sure vault.unseal runner is unauthenticated (#86)
fa84494
Fixes #85
lkubb
Successfully merging a pull request may close this issue.
Description
Currently if Vault is sealed if you try to run
it fails as it tries to authenticate (which is impossible as Vault is sealed).
Setup
(Please provide relevant configs and/or SLS files (be sure to remove sensitive info. There is no general set-up of Salt.)
Please be as specific as possible and give set-up details.
Steps to Reproduce the behavior
Setup vault and seal it. Add the seal keys in salt's configuration.
Now try to run
Expected behavior
Vault is unsealed
The text was updated successfully, but these errors were encountered: