OpenBao icon
OpenBao icon

OpenBao

 1 like

OpenBao exists to provide a software solution to manage, store, and distribute sensitive data including secrets, certificates, and keys.

License model

  • FreeOpen Source

Platforms

  • Self-Hosted
  • Docker
  No rating
1like
0comments
0news articles

Features

Suggest and vote on features
  1.  Secrets Management

 Tags

OpenBao News & Activities

Highlights All activities

Recent activities

Show all activities

OpenBao information

  • Licensing

    Open Source (MPL-2.0) and Free product.
  • Written in

  • Alternatives

    5 alternatives listed
  • Supported Languages

    • English

GitHub repository

  •  4,105 Stars
  •  229 Forks
  •  153 Open Issues
  •   Updated Jul 11, 2025 
View on GitHub

Our users have written 0 comments and reviews about OpenBao, and it has gotten 1 likes

OpenBao was added to AlternativeTo by Christer Warén on Oct 17, 2024 and this page was last updated Oct 17, 2024.
No comments or reviews, maybe you want to be first?
Post comment/review

What is OpenBao?

OpenBao is an open source, community-driven fork of Vault managed by the Linux Foundation.

OpenBao exists to maintain and improve a software solution to manage, store, and distribute sensitive data including secrets, certificates, and keys. The OpenBao community will provide this software under an OSI-approved open-source license, led by a community run under open governance principles.

Use cases:

  • Secure Secret Storage: Arbitrary key/value secrets can be stored in OpenBao. OpenBao encrypts these secrets prior to writing them to persistent storage, so gaining access to the raw storage is not enough to access your secrets.
  • Dynamic Secrets: OpenBao can generate secrets on-demand for some systems, such as Kubernetes or SQL databases. After creating these dynamic secrets, OpenBao will also automatically revoke them after the lease is up.
  • Data Encryption: OpenBao provides encryption as a service with centralized key management to simplify encrypting data in transit and stored across clouds and datacenters.
  • Identity based access: Organizations need a way to manage identity sprawl with the use of different clouds, services, and systems. OpenBao solves this challenge by using a unified ACL system to broker access to systems and secrets and merges identities across providers.
  • Leasing and Renewal: All secrets in OpenBao have a lease associated with them. At the end of the lease, OpenBao will automatically revoke that secret. Clients are able to renew leases via built-in renew APIs.
  • Revocation: OpenBao has built-in support for secret revocation. OpenBao can revoke not only single secrets, but a tree of secrets, for example all secrets read by a specific user, or all secrets of a particular type.

Official Links