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

Update documentation for mTLS strict mode

XMLWordPrintable

    • False
    • False
    • Undefined

      Enabling strict mTLS across the mesh does not enable strict mode #28869

      Which section(s) is the issue in?

      Enabling strict mTLS across the mesh
      https://docs.openshift.com/container-platform/4.6/service_mesh/v2x/ossm-security.html#ossm-security-enabling-strict-mtls_ossm-security

      The docs says "Enabling strict mTLS" by setting spec.security.controlPlane.mtls to true in your ServiceMeshControlPlane resource. But it enables permissive mode not strict mode.

      What needs fixing?

      Edit PeerAuthentication in the namespace where SMCP is deployed.

       

      apiVersion: security.istio.io/v1beta1
      kind: PeerAuthentication
      metadata:
        name: default
        namespace: <NAMESPACE where SMCP is deployed>
      spec:
        mtls:
         mode: STRICT

            jstickler Julie Stickler (Inactive)
            jstickler Julie Stickler (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: