Add some docs

Signed-off-by: Mark Anderson <manderson@hashicorp.com>
This commit is contained in:
Mark Anderson 2022-04-29 18:23:21 -07:00
parent 28b4b3a85d
commit d7e7cb09dc
1 changed files with 15 additions and 1 deletions

View File

@ -359,6 +359,20 @@ Note that the Kubernetes example does not include a `partition` field. Configura
},
],
},
{
name: 'HTTP',
type: 'HTTPConfig: <optional>',
description: 'HTTP configuration for the service mesh.',
children: [
{
name: 'SanitizeXForwardedClientCert',
yaml: false,
type: 'bool: <optional>',
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`,
},
],
},
]}
/>