You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
345 B
14 lines
345 B
# Allow all traffic to the cluster-local-gateway
|
|
apiVersion: security.istio.io/v1beta1
|
|
kind: AuthorizationPolicy
|
|
metadata:
|
|
name: cluster-local-gateway
|
|
spec:
|
|
action: ALLOW
|
|
selector:
|
|
# Same as the cluster-local-gateway Service selector
|
|
matchLabels:
|
|
app: cluster-local-gateway
|
|
istio: cluster-local-gateway
|
|
rules:
|
|
- {}
|
|
|