fix(): remove support for incompatible tls versions for envoy TLSMaxP… · openservicemesh/osm@00fd7e3 (original) (raw)

Original file line number Diff line number Diff line change
@@ -99,7 +99,7 @@ spec:
99 99 - TLSv1_3
100 100 default: TLSv1_2
101 101 tlsMaxProtocolVersion:
102 -description: The maximum TLS protocol version that the sidecar supports. Valid TLS protocol versions are TLS_AUTO, TLSv1_0, TLSv1_1, TLSv1_2 and TLSv1_3.
102 +description: The maximum TLS protocol version that the sidecar supports. Valid TLS protocol versions are TLS_AUTO, TLSv1_0 (deprecated), TLSv1_1 (deprecated), TLSv1_2 and TLSv1_3.
103 103 type: string
104 104 enum:
105 105 - TLS_AUTO