mirror of https://github.com/status-im/consul.git
Update website/content/docs/connect/config-entries/mesh.mdx (#12943)
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com> Signed-off-by: Mark Anderson <manderson@hashicorp.com> Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
This commit is contained in:
parent
20321402ce
commit
7eda81d00d
|
@ -368,9 +368,9 @@ Note that the Kubernetes example does not include a `partition` field. Configura
|
||||||
name: 'SanitizeXForwardedClientCert',
|
name: 'SanitizeXForwardedClientCert',
|
||||||
yaml: false,
|
yaml: false,
|
||||||
type: 'bool: <optional>',
|
type: 'bool: <optional>',
|
||||||
description: `Set the envoy \`forward_client_cert_details\` option to \`SANITIZE\` for all proxies. This
|
description: `If configured to \`true\`, the \`forward_client_cert_details\` option will be set to \`SANITIZE\`
|
||||||
configures Envoy to not send the \`x-forwarded-client-cert\` header to the next hop. If
|
for all Envoy proxies. As a result, Consul will not include the \`x-forwarded-client-cert\` header in the next hop.
|
||||||
unspecified or \`false\`, the XFCC header is propagated to upstream applications.`,
|
If set to \`false\` (default), the XFCC header is propagated to upstream applications.`,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue