diff --git a/Istio/10-PeerAuthentication/01-disable-mTLS/authentication.yaml b/Istio/10-PeerAuthentication/01-disable-mTLS/authentication.yaml index 94cb780..fa47f34 100644 --- a/Istio/10-PeerAuthentication/01-disable-mTLS/authentication.yaml +++ b/Istio/10-PeerAuthentication/01-disable-mTLS/authentication.yaml @@ -1,16 +1,3 @@ -#apiVersion: security.istio.io/v1beta1 -#kind: PeerAuthentication -#metadata: -# name: enable-mtls -# namespace: default -#spec: -# selector: -# matchLabels: -# app: helloworld -# mtls: "true" -# mtls: -# mode: STRICT -#--- apiVersion: security.istio.io/v1beta1 kind: PeerAuthentication metadata: @@ -35,16 +22,4 @@ spec: app: helloworld mtls: "true" mtls: - mode: STRICT -# portLevelMtls: -# 443: -# mode: STRICT -#--- -#apiVersion: security.istio.io/v1beta1 -#kind: PeerAuthentication -#metadata: -# name: default-mtls -# namespace: default -#spec: -# mtls: -# mode: DISABLE + mode: STRICT \ No newline at end of file