UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

mTLS added and exception for defenders

Merged Jordan Olachea requested to merge bb-1019 into main
All threads resolved!
Files
7
{{- if and .Values.istio.enabled (eq .Values.istio.mtls.mode "STRICT") }}
apiVersion: "security.istio.io/v1beta1"
kind: PeerAuthentication
metadata:
name: twistlock-console-exception
namespace: {{ .Release.Namespace }}
spec:
mtls:
mode: {{ .Values.istio.mtls.mode }}
selector:
matchLabels:
name: twistlock-console
portLevelMtls:
"8084":
mode: PERMISSIVE
{{- end }}
\ No newline at end of file
Loading