From cc36dba9e73ca02ba90695665ccef1e128b8564a Mon Sep 17 00:00:00 2001 From: Jared Kirschner <85913323+jkirschner-hashicorp@users.noreply.github.com> Date: Mon, 6 Feb 2023 12:29:36 -0500 Subject: [PATCH] docs: refine server TLS Vault PKI role config (#16166) 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 a3b8d82a8..f20e0e9a0 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" ```