Skip to content

Commit 0e62b72

Browse files
SoulKyuLujeni
authored andcommitted
docs: add open-bao readme compatibilies overwiew
1 parent bf5151e commit 0e62b72

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,20 @@ Contributions to the vault-db-injector are welcome. Please submit your pull requ
2020

2121
Here you can find a comparison with many vault injector projects : [Comparaison](https://numberly.github.io/vault-db-injector/getting-started/comparison/)
2222

23-
## 5. <a name='Acknowledgements'></a>Acknowledgements
23+
## 5. <a name='OpenBao'></a>OpenBao Compatibility
24+
25+
The Vault DB Injector is fully compatible with OpenBao, a community-driven fork of HashiCorp Vault. Since OpenBao maintains API compatibility with Vault, you can seamlessly use this injector with your OpenBao installation without any code modifications.
26+
27+
All the Vault APIs used by this project work out of the box with OpenBao, including:
28+
- Kubernetes authentication
29+
- Database secrets engine
30+
- Token management and renewal
31+
- KV v2 secrets engine for metadata storage
32+
- Lease management
33+
34+
To use the injector with OpenBao, simply point the `vaultAddress` configuration to your OpenBao instance and ensure your OpenBao setup includes the necessary authentication backends, database engine configuration, and policies that match your deployment requirements.
35+
36+
## 6. <a name='Acknowledgements'></a>Acknowledgements
2437

2538
Special thanks to the contributors and maintainers of the project.
2639

0 commit comments

Comments
 (0)