UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

Resolve "Enable Istio mTLS for ECK Operator"

Merged Jordan Olachea requested to merge 1017-enable-istio-mtls-eck-op into master
Compare and
2 files
+ 9
0
Compare changes
  • Side-by-side
  • Inline
Files
2
apiVersion: security.istio.io/v1beta1
kind: PeerAuthentication
metadata:
name: eck-operator
namespace: {{ .Release.Namespace }}
spec:
mtls:
mode: STRICT
Loading