From c54d33608c4eb7df18acd24f6515e10070bac768 Mon Sep 17 00:00:00 2001 From: Yoko Hyakuna Date: Wed, 6 Jul 2022 16:03:08 -0700 Subject: [PATCH] Update 'master key' -> 'root key' (#16226) --- website/content/docs/concepts/seal.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/concepts/seal.mdx b/website/content/docs/concepts/seal.mdx index 81b6de058..f04c13271 100644 --- a/website/content/docs/concepts/seal.mdx +++ b/website/content/docs/concepts/seal.mdx @@ -71,7 +71,7 @@ Auto Unseal will provide a better experience. ## Sealing -There is also an API to seal the Vault. This will throw away the master +There is also an API to seal the Vault. This will throw away the root key in memory and require another unseal process to restore it. Sealing only requires a single operator with root privileges.