-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
lifecycle/staleDenotes an issue or PR has remained open with no activity and has become stale.Denotes an issue or PR has remained open with no activity and has become stale.service-meshLabel for all Service Mesh PRsLabel for all Service Mesh PRs
Description
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
Metadata
Metadata
Assignees
Labels
lifecycle/staleDenotes an issue or PR has remained open with no activity and has become stale.Denotes an issue or PR has remained open with no activity and has become stale.service-meshLabel for all Service Mesh PRsLabel for all Service Mesh PRs