Skip to content

2.0.0

Latest
Compare
Choose a tag to compare
@pbar1 pbar1 released this 02 Nov 22:59
· 28 commits to main since this release
c756c4d
  • 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!
  • Switch from Makefile to Taskfile