-
Bug
-
Resolution: Done
-
Major
-
OSSM 2.0.0
-
None
-
2
-
False
-
False
-
Undefined
-
-
In order to set the control plane wide minimum and maximum TLS protocol versions, the documentation suggest to specify the following configuration in the ServiceMeshControlPlane object in the istio-system namespace:
kind: ServiceMeshControlPlane
spec:
istio:
global:
tls:
minProtocolVersion: TLSv1_0
The following configuration example has been successfully tested on OSSM 2.0:
kind: ServiceMeshControlPlane
spec:
security:
controlPlane:
tls:
minProtocolVersion: TLSv1_2
An respective pull request has been created: https://github.com/openshift/openshift-docs/pull/28904