From 611c3591af3e12a02c6bf984230aa0c99fa30a3d Mon Sep 17 00:00:00 2001 From: Jared Kirschner <85913323+jkirschner-hashicorp@users.noreply.github.com> Date: Mon, 6 Feb 2023 12:13:57 -0500 Subject: [PATCH] docs: refine server TLS Vault PKI role config The generate_lease=true configuration is unnecessary and generates a note about performance implications in Vault logs. Remove this configuration so that the default value of generate_lease=false is used instead. --- .../vault/data-integration/server-tls.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/website/content/docs/k8s/deployment-configurations/vault/data-integration/server-tls.mdx b/website/content/docs/k8s/deployment-configurations/vault/data-integration/server-tls.mdx index a3b8d82a80..f20e0e9a00 100644 --- a/website/content/docs/k8s/deployment-configurations/vault/data-integration/server-tls.mdx +++ b/website/content/docs/k8s/deployment-configurations/vault/data-integration/server-tls.mdx @@ -104,7 +104,6 @@ this is required for the Consul components to communicate with the Consul server allow_subdomains=true \ allow_bare_domains=true \ allow_localhost=true \ - generate_lease=true \ max_ttl="720h" ```