mirror of https://github.com/istio/istio.io.git
update zh enableAutoMtls default true (#9957)
This commit is contained in:
parent
b7b8935a66
commit
c7d35bf949
|
@ -667,7 +667,7 @@ No
|
|||
<td><code><a href="https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#boolvalue">BoolValue</a></code></td>
|
||||
<td>
|
||||
<p>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,
|
||||
|
|
Loading…
Reference in New Issue