From ce99c74eef751f56012491ee6dc1f226d1db2722 Mon Sep 17 00:00:00 2001 From: hc-github-team-consul-core Date: Mon, 18 Sep 2023 17:46:05 -0400 Subject: [PATCH] Backport of Fix typo in permissive mTLS docs into release/1.16.x (#18589) backport of commit 3458b3e958f5d7eec1e50b4b28a0d94ce133ca89 Co-authored-by: Tu Nguyen Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com> --- website/content/docs/k8s/connect/onboarding-tproxy-mode.mdx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/website/content/docs/k8s/connect/onboarding-tproxy-mode.mdx b/website/content/docs/k8s/connect/onboarding-tproxy-mode.mdx index 6f2f5ed465c9..0a1b877fce8a 100644 --- a/website/content/docs/k8s/connect/onboarding-tproxy-mode.mdx +++ b/website/content/docs/k8s/connect/onboarding-tproxy-mode.mdx @@ -58,7 +58,8 @@ kind: Mesh metadata: name: mesh spec: - allowEnablingPermissiveMutualTLS: true + transparentProxy: + meshDestinationsOnly: true ``` ```json @@ -292,4 +293,4 @@ $ consul config read -kind proxy-defaults -name global "CreateIndex": 26, "ModifyIndex": 30 } -``` \ No newline at end of file +```