Fix typo in permissive mTLS docs (#18551)

Update onboarding-tproxy-mode.mdx
This commit is contained in:
Tu Nguyen 2023-08-28 08:51:15 -07:00 committed by GitHub
parent 2f58e05be6
commit 0e17e981a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -58,7 +58,8 @@ kind: Mesh
metadata: metadata:
name: mesh name: mesh
spec: spec:
allowEnablingPermissiveMutualTLS: true transparentProxy:
meshDestinationsOnly: true
``` ```
```json ```json
@ -292,4 +293,4 @@ $ consul config read -kind proxy-defaults -name global
"CreateIndex": 26, "CreateIndex": 26,
"ModifyIndex": 30 "ModifyIndex": 30
} }
``` ```