Browse Source

Fix link markup in docs/connect/ca/vault

pull/9436/head
Chulki Lee 4 years ago committed by Blake Covarrubias
parent
commit
8be5a4b38a
  1. 3
      website/content/docs/connect/ca/vault.mdx

3
website/content/docs/connect/ca/vault.mdx

@ -58,8 +58,7 @@ is used if you're adding configuring to the agent's configuration file.
- `Token` / `token` (`string: <required>`) - A token for accessing Vault.
This is write-only and will not be exposed when reading the CA configuration.
This token must have proper privileges for the PKI paths configured. In Consul
1.8.5 and later, if the token has the [renewable]
(https://www.vaultproject.io/api-docs/auth/token#renewable)
1.8.5 and later, if the token has the [renewable](https://www.vaultproject.io/api-docs/auth/token#renewable)
flag set, Consul will attempt to renew its lease periodically after half the
duration has expired.

Loading…
Cancel
Save