OpenBao – FOSS Fork of HashiCorp Vault

OpenBao is a software solution that aims to manage, store, and distribute sensitive data like secrets, certificates, and keys. It operates under an open-source license and is governed by an open community. The main problem it addresses is the complexity of managing access to secrets, including key rolling, secure storage, and audit logs. OpenBao offers features like secure secret storage, dynamic secrets generation, data encryption, leasing and renewal of secrets, and revocation of secrets. The platform also provides comprehensive documentation and development resources. To contribute to OpenBao, you need to have Go installed and follow the provided instructions.

https://github.com/openbao/openbao/tree/development

To top