bruj0 / vault-recovery-key

This tool will decrypt your Vault recovery keys when using KMS
MIT License
15 stars 10 forks source link

Parse seal configs to support more seals #3

Open ncabatoff opened 3 years ago

ncabatoff commented 3 years ago

Now that https://github.com/hashicorp/shared-secure-libs has been factored out of Vault, it should be possible to parse the seal configuration in vault.hcl and make it easier to invoke the tool, as well as transparently supporting the different seal types (rather than having to set env vars specific to this tool).