From 3aafbd0e8ad71785cb12c65529ce7ff37bfccce8 Mon Sep 17 00:00:00 2001 From: Loann Le <84412881+taoism4504@users.noreply.github.com> Date: Wed, 13 Oct 2021 07:48:00 -0700 Subject: [PATCH] Vault Documentation: Modified What is Vault description (#12783) * modified vault description * modified paragraph based on feedback * Update what-is-vault.mdx Removed characters that were arbitrarily added. * Update what-is-vault.mdx changed markdown syntax for 'secret's --- website/content/docs/what-is-vault.mdx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/website/content/docs/what-is-vault.mdx b/website/content/docs/what-is-vault.mdx index a7c05e0056..112673c066 100644 --- a/website/content/docs/what-is-vault.mdx +++ b/website/content/docs/what-is-vault.mdx @@ -20,10 +20,7 @@ available features as well as internals. ## What is Vault? -Vault is a tool for securely accessing _secrets_. A secret is anything that you -want to tightly control access to, such as API keys, passwords, or certificates. -Vault provides a unified interface to any secret, while providing tight access -control and recording a detailed audit log. +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, or 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. A modern system requires access to a multitude of secrets: database credentials, API keys for external services, credentials for service-oriented architecture