From ef5a42b4e41b2eb883f9949826750b595231f735 Mon Sep 17 00:00:00 2001 From: Yoko Hyakuna Date: Tue, 2 May 2023 18:29:36 +0000 Subject: [PATCH] backport of commit 80bbc843a0d22f07389282faf949ecdd4a6ce9cc --- website/content/docs/what-is-vault.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/what-is-vault.mdx b/website/content/docs/what-is-vault.mdx index 69c7dd55a9f8..df2ed4cfcd7c 100644 --- a/website/content/docs/what-is-vault.mdx +++ b/website/content/docs/what-is-vault.mdx @@ -7,7 +7,7 @@ description: >- compares to existing software, and contains a quick start for using Vault. --- -## What is Vault? +# What is Vault? HashiCorp Vault is an identity-based secrets and encryption management system. A _secret_ is anything that you want to tightly control access to, such as API encryption keys, passwords, and certificates. Vault provides encryption services that are gated by authentication and authorization methods. Using Vault’s UI, CLI, or HTTP API, access to secrets and other sensitive data can be securely stored and managed, tightly controlled (restricted), and auditable.