Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: trujillo-adam <[email protected]>
  • Loading branch information
Paul Glass and trujillo-adam authored Jun 9, 2023
1 parent 132c6ee commit 5e64b93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion website/content/docs/connect/config-entries/mesh.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ Note that the Kubernetes example does not include a `partition` field. Configura
name: 'AllowEnablingPermissiveMutualTLS',
type: 'bool: false',
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',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -418,9 +418,9 @@ spec:
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
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
the service mesh. Added in v1.16.0.`,
the service mesh. ,
},
{
name: 'MeshGateway',
Expand Down

0 comments on commit 5e64b93

Please sign in to comment.