Fix link markup in docs/connect/ca/vault

This commit is contained in:
Chulki Lee 2021-01-14 11:42:05 +09:00 committed by Blake Covarrubias
parent 4217488e78
commit c734444da5
1 changed files with 1 additions and 2 deletions

View File

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