Created
December 15, 2019 21:18
-
-
Save askmeegs/30ee3256de606646388b80184e2bb1c5 to your computer and use it in GitHub Desktop.
mtls-1.4.2.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: "authentication.istio.io/v1alpha1" | |
kind: "MeshPolicy" | |
metadata: | |
name: "default" | |
spec: | |
peers: | |
- mtls: {} | |
--- | |
apiVersion: networking.istio.io/v1alpha3 | |
kind: DestinationRule | |
metadata: | |
name: default | |
namespace: istio-system | |
spec: | |
host: "*.local" | |
trafficPolicy: | |
tls: | |
mode: ISTIO_MUTUAL |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment