diff --git a/website/content/docs/connect/config-entries/mesh.mdx b/website/content/docs/connect/config-entries/mesh.mdx index a72a54aa0..2cbfe3f58 100644 --- a/website/content/docs/connect/config-entries/mesh.mdx +++ b/website/content/docs/connect/config-entries/mesh.mdx @@ -273,7 +273,7 @@ Note that the Kubernetes example does not include a `partition` field. Configura name: 'Incoming', yaml: false, type: 'TLSDirectionConfig: ', - description: `TLS configuration for inbound mTLS connections targeting + description: `TLS configuration for inbound mTLS connections targeting the public listener on \`connect-proxy\` and \`terminating-gateway\` proxy kinds.`, children: [ @@ -359,6 +359,20 @@ Note that the Kubernetes example does not include a `partition` field. Configura }, ], }, + { + name: 'HTTP', + type: 'HTTPConfig: ', + description: 'HTTP configuration for the service mesh.', + children: [ + { + name: 'SanitizeXForwardedClientCert', + yaml: false, + type: 'bool: ', + description: `Set the envoy forwardClientCertDetails to SANITIZE everywhere. Ordinarily Consul will configure Envoy to + insert x-forwarded-client-cert headers where appropriate. This returns Consul to the pre 1.12.1 behavior`, + }, + ], + }, ]} />