Update use-vault.md

pull/447/head
kelseiv 2019-09-09 14:42:28 -07:00 committed by GitHub
parent de1e9116b2
commit 6c62e0ae3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -129,9 +129,9 @@ using the following pattern: `/secret/data/<org-id>`
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.