Fix link markup in docs/connect/ca/vault
This commit is contained in:
parent
4217488e78
commit
c734444da5
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue