From c7d35bf949ab5494c20f92506e41148c52fe09f3 Mon Sep 17 00:00:00 2001 From: wangyufan Date: Mon, 28 Jun 2021 21:06:06 +0800 Subject: [PATCH] update zh enableAutoMtls default true (#9957) --- content/zh/docs/reference/config/istio.mesh.v1alpha1/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/zh/docs/reference/config/istio.mesh.v1alpha1/index.html b/content/zh/docs/reference/config/istio.mesh.v1alpha1/index.html index ba4fc5d3e0..8f7fa9b488 100644 --- a/content/zh/docs/reference/config/istio.mesh.v1alpha1/index.html +++ b/content/zh/docs/reference/config/istio.mesh.v1alpha1/index.html @@ -667,7 +667,7 @@ No BoolValue

This flag is used to enable mutual TLS automatically for service to service communication -within the mesh, default false. +within the mesh, default true. If set to true, and a given service does not have a corresponding DestinationRule configured, or its DestinationRule does not have TLSSettings specified, Istio configures client side TLS configuration appropriately. More specifically,