Skip to content

Commit a75ac2e

Browse files
authored
Update tlsDefaults doc to include cipher suites support (#2974)
Signed-off-by: Faseela K <faseela.k@est.tech>
1 parent 8716c2d commit a75ac2e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

mesh/v1alpha1/config.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mesh/v1alpha1/config.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1170,7 +1170,7 @@ message MeshConfig {
11701170
TLSConfig mesh_mTLS = 63;
11711171
//
11721172
// Configuration of TLS for all traffic except for ISTIO_MUTUAL mode.
1173-
// Currently, this supports configuration of ecdh_curves only.
1173+
// Currently, this supports configuration of ecdh_curves and cipher_suites only.
11741174
// For ISTIO_MUTUAL TLS settings, use meshMTLS configuration.
11751175
TLSConfig tls_defaults = 64;
11761176

mesh/v1alpha1/istio.mesh.v1alpha1.pb.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)