Add some docs
Signed-off-by: Mark Anderson <manderson@hashicorp.com>
This commit is contained in:
parent
d8f4cc5537
commit
33bc0a8cb3
|
@ -273,7 +273,7 @@ Note that the Kubernetes example does not include a `partition` field. Configura
|
||||||
name: 'Incoming',
|
name: 'Incoming',
|
||||||
yaml: false,
|
yaml: false,
|
||||||
type: 'TLSDirectionConfig: <optional>',
|
type: 'TLSDirectionConfig: <optional>',
|
||||||
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\`
|
the public listener on \`connect-proxy\` and \`terminating-gateway\`
|
||||||
proxy kinds.`,
|
proxy kinds.`,
|
||||||
children: [
|
children: [
|
||||||
|
@ -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`,
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue