File tree Expand file tree Collapse file tree 2 files changed +6
-10
lines changed
istio-1-24/cluster-local-gateway/base
istio-cni-1-24/cluster-local-gateway/base Expand file tree Collapse file tree 2 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 1
- # Enforce OAuth2-proxy authentication for cluster-local-gateway
1
+ # Allow all traffic to the cluster-local-gateway
2
2
apiVersion : security.istio.io/v1beta1
3
3
kind : AuthorizationPolicy
4
4
metadata :
5
- name : cluster-local-gateway-oauth2-proxy
5
+ name : cluster-local-gateway
6
6
spec :
7
- action : CUSTOM
8
- provider :
9
- name : oauth2-proxy
7
+ action : ALLOW
10
8
selector :
11
9
# Same as the cluster-local-gateway Service selector
12
10
matchLabels :
Original file line number Diff line number Diff line change 1
- # Enforce OAuth2-proxy authentication for cluster-local-gateway
1
+ # Allow all traffic to the cluster-local-gateway
2
2
apiVersion : security.istio.io/v1beta1
3
3
kind : AuthorizationPolicy
4
4
metadata :
5
- name : cluster-local-gateway-oauth2-proxy
5
+ name : cluster-local-gateway
6
6
spec :
7
- action : CUSTOM
8
- provider :
9
- name : oauth2-proxy
7
+ action : ALLOW
10
8
selector :
11
9
# Same as the cluster-local-gateway Service selector
12
10
matchLabels :
You can’t perform that action at this time.
0 commit comments