Does bank-vault support Openbao? #2594
-
Openbao is a fork of the OSS Hashicorp Vault. Has anyone tried using bank-vault with Openbao? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi @zetasoumyadeepp! We're currently working on integrating openBao into our projects, specifically:
The main challenge we're facing is that openBao hasn't been released yet, and we're uncertain if there will be any interface changes. If not, we can continue using our Vault-sdk for Bao as we currently do. |
Beta Was this translation helpful? Give feedback.
Hi @zetasoumyadeepp!
We're currently working on integrating openBao into our projects, specifically:
Secret-init This is an enhanced version of Vault-env that can dynamically and quickly retrieve secrets from various secret stores besides Vault.
Secrets-webhook is also an improved version of Vault-secrets-webhook, which will utilise
Secret-init
instead ofVault-env
, enhancing its versatility.In our CLI-tool, Bank-vaults we are planning to add openBao aswell.
The main challenge we're facing is that openBao hasn't been released yet, and we're uncertain if there will be any interface changes. If not, we can continue using our Vault-sdk for Bao as we currently do.