From c734444da530ecc816925047cbd5c14f976c5179 Mon Sep 17 00:00:00 2001 From: Chulki Lee Date: Thu, 14 Jan 2021 11:42:05 +0900 Subject: [PATCH] Fix link markup in docs/connect/ca/vault --- website/content/docs/connect/ca/vault.mdx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/website/content/docs/connect/ca/vault.mdx b/website/content/docs/connect/ca/vault.mdx index 3df75c88d..7150e6885 100644 --- a/website/content/docs/connect/ca/vault.mdx +++ b/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: `) - 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.