From a56e4ca96a8c69e33edc25754e82c98b92fc04a6 Mon Sep 17 00:00:00 2001 From: Yoko Hyakuna Date: Tue, 2 May 2023 11:29:36 -0700 Subject: [PATCH] Fix the title header - What is Vault (#20465) --- 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 69c7dd55a..df2ed4cfc 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.