mirror of https://github.com/hashicorp/consul
Apply suggestions from code review
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>pull/17371/head
parent
132c6ee6c5
commit
5e64b930f5
|
@ -342,7 +342,7 @@ Note that the Kubernetes example does not include a `partition` field. Configura
|
||||||
name: 'AllowEnablingPermissiveMutualTLS',
|
name: 'AllowEnablingPermissiveMutualTLS',
|
||||||
type: 'bool: false',
|
type: 'bool: false',
|
||||||
description:
|
description:
|
||||||
'Controls whether `MutualTLSMode=permissive` can be set in the `proxy-defaults` and `service-defaults` config entries. Added in v1.16.0.'
|
'Controls whether `MutualTLSMode=permissive` can be set in the `proxy-defaults` and `service-defaults` configuration entries. '
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'TLS',
|
name: 'TLS',
|
||||||
|
|
|
@ -418,9 +418,9 @@ spec:
|
||||||
supported for services with transparent proxy enabled. One of \`""\`, \`strict\`, or \`permissive\`.
|
supported for services with transparent proxy enabled. One of \`""\`, \`strict\`, or \`permissive\`.
|
||||||
When unset or \`""\`, the mode defaults to \`strict\`. When set to \`strict\`, the sidecar proxy
|
When unset or \`""\`, the mode defaults to \`strict\`. When set to \`strict\`, the sidecar proxy
|
||||||
requires mutual TLS for incoming traffic. When set to \`permissive\`, the sidecar proxy accepts
|
requires mutual TLS for incoming traffic. When set to \`permissive\`, the sidecar proxy accepts
|
||||||
mutual TLS traffic on the sidecar proxy service port, and accepts any traffic on the destination
|
mutual TLS traffic on the sidecar proxy service port and accepts any traffic on the destination
|
||||||
service port. We recommend only using \`permissive\` mode if necessary while onboarding services to
|
service port. We recommend only using \`permissive\` mode if necessary while onboarding services to
|
||||||
the service mesh. Added in v1.16.0.`,
|
the service mesh. ,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'MeshGateway',
|
name: 'MeshGateway',
|
||||||
|
|
Loading…
Reference in New Issue