From 6c62e0ae3ec9a07f040b955596b6a767d066dcd2 Mon Sep 17 00:00:00 2001 From: kelseiv <47797004+kelseiv@users.noreply.github.com> Date: Mon, 9 Sep 2019 14:42:28 -0700 Subject: [PATCH] Update use-vault.md --- content/v2.0/security/use-vault.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/v2.0/security/use-vault.md b/content/v2.0/security/use-vault.md index c53651855..2db1f42a5 100644 --- a/content/v2.0/security/use-vault.md +++ b/content/v2.0/security/use-vault.md @@ -129,9 +129,9 @@ using the following pattern: `/secret/data/` The InfluxDB API supports KV engine v2 only. {{% /note %}} -#### Enable KV engine v2 +#### Enable KV secrets engine v2 -To pass the correct version of the KV engine when you enable a secrets engine, run the following command `vault secrets enable kv-v2`. +To pass the correct version of the KV secrets engine when you enable a secrets engine, run: `vault secrets enable kv-v2`. Secrets are stored in Vault as key value pairs in their respective secrets engines.