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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Added new save method: vaultkv to save the init response and root token to Vault KV secret engine
Refactored codebase
Added tests for file and vaultkv
Added ability to rotate root token and rekey the unseal keys and recovery keys
WARNING: kube-secret does not yet have tests (unlike file and vaultkv). Anecdotally it has worked with init, but with rotate there seems to be a bug on trying to present the existing recovery keys. More extensive testing needs to be done, so this release was noted as a breaking change. Use kube-secret at your own risk!