Skip to content

Instantly share code, notes, and snippets.

@Niksko
Last active June 5, 2019 05:28
Show Gist options
  • Select an option

  • Save Niksko/2d886ccedd3dcf621cba5aa2a05caa7a to your computer and use it in GitHub Desktop.

Select an option

Save Niksko/2d886ccedd3dcf621cba5aa2a05caa7a to your computer and use it in GitHub Desktop.
Istio mTLS snippets - default permissive mesh policy
apiVersion: "authentication.istio.io/v1alpha1"
kind: "MeshPolicy"
metadata:
name: "default"
spec:
peers:
- mtls:
mode: PERMISSIVE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment