blob: bbf0440222a2aa0f0334a0596c2eabcce95490ef [file] [log] [blame]
# A global mesh policy with no DRs should cause an error
# Require mTLS for our service
apiVersion: authentication.istio.io/v1alpha1
kind: MeshPolicy
metadata:
name: default
spec:
peers:
- mtls: {}
---