mirror of https://github.com/istio/api.git
21 lines
341 B
YAML
21 lines
341 B
YAML
apiVersion: security.istio.io/v1
|
|
kind: PeerAuthentication
|
|
metadata:
|
|
name: full
|
|
spec:
|
|
selector:
|
|
matchLabels:
|
|
foo: bar
|
|
mtls:
|
|
mode: PERMISSIVE
|
|
portLevelMtls:
|
|
"80":
|
|
mode: STRICT
|
|
---
|
|
# Weird but valid
|
|
apiVersion: security.istio.io/v1
|
|
kind: PeerAuthentication
|
|
metadata:
|
|
name: partial-selector
|
|
spec:
|
|
selector: {} |