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 hashicorp-ci
parent 60dc44c05f
commit fc02207582

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.
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.