description HashiCorp Vault Overview
Vault is the industry benchmark for secrets management. It provides a secure, centralized system for storing, accessing, and revoking sensitive data like API keys, passwords, and certificates. Its dynamic secret engine is revolutionary, allowing it to generate credentials on demand with short lifespans, drastically reducing the attack surface.
help HashiCorp Vault FAQ
Is HashiCorp Vault free and open source?
Vault has a free community edition alongside a paid Enterprise tier with features like disaster recovery replication. Note that HashiCorp shifted its licensing from MPL 2.0 to the Business Source License (BUSL) in 2023, which led the Linux Foundation to back a fork called OpenBao; HashiCorp itself was later acquired by IBM in a deal completed in early 2025.
What are dynamic secrets in Vault and why do they matter?
Dynamic secrets are credentials Vault generates on demand, such as short-lived database usernames and passwords or cloud IAM keys, each with a lease and TTL. Because they expire and are revoked automatically, they eliminate the sprawling reuse of long-lived API keys and passwords.
Should I use HashiCorp Vault or AWS Secrets Manager?
Vault is platform-agnostic, runs self-hosted or as managed HCP Vault, and offers dozens of secret engines covering databases, PKI, and encryption-as-a-service. AWS Secrets Manager is simpler and tightly integrated with IAM if your entire stack already lives in AWS, but it is far less portable across clouds.
How do I run HashiCorp Vault in production?
Use a clustered deployment with integrated Raft storage or Consul as the backend, enable TLS everywhere, and configure auto-unseal via a cloud KMS. Running vault operator init generates five unseal key shares with a default threshold of three, which you must distribute securely, plus an initial root token that should be revoked after setup.
explore Explore More
Similar to HashiCorp Vault
See all arrow_forwardformat_list_numbered Lists featuring HashiCorp Vault
Reviews & Comments
Write a Review
Be the first to review
Share your thoughts with the community and help others make better decisions.