Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport of docs/consul: rename the Vault secret engine for Consul integration into release/1.14.x #20088

Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The following secrets can be stored in Vault KV secrets engine, which is meant t
In order to store any of these secrets, we must enable the [Vault KV secrets engine - Version 2](https://www.vaultproject.io/docs/secrets/kv/kv-v2).

```shell-session
$ vault secrets enable -path=consul kv-v2
$ vault secrets enable -path=consul-kv kv-v2
```

## Vault PKI Engine
Expand Down
Loading