Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
# Enforce OAuth2-proxy authentication for cluster-local-gateway
# Allow all traffic to the cluster-local-gateway
apiVersion: security.istio.io/v1beta1
kind: AuthorizationPolicy
metadata:
name: cluster-local-gateway-oauth2-proxy
name: cluster-local-gateway
spec:
action: CUSTOM
provider:
name: oauth2-proxy
action: ALLOW
selector:
# Same as the cluster-local-gateway Service selector
matchLabels:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
# Enforce OAuth2-proxy authentication for cluster-local-gateway
# Allow all traffic to the cluster-local-gateway
apiVersion: security.istio.io/v1beta1
kind: AuthorizationPolicy
metadata:
name: cluster-local-gateway-oauth2-proxy
name: cluster-local-gateway
spec:
action: CUSTOM
provider:
name: oauth2-proxy
action: ALLOW
selector:
# Same as the cluster-local-gateway Service selector
matchLabels:
Expand Down
Loading