Uploaded image for project: 'OpenShift Service Mesh'
  1. OpenShift Service Mesh
  2. OSSM-2629

instructions on how to set the minimum and maximum protocol versions is incorrect

XMLWordPrintable

      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

              jstickler Julie Stickler (Inactive)
              juergritter1 Juerg Ritter
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: