Skip to content

Commit

Permalink
Secure access to KFAM
Browse files Browse the repository at this point in the history
  • Loading branch information
davidspek committed Aug 5, 2021
1 parent 9d352d1 commit fe0963a
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
apiVersion: security.istio.io/v1beta1
kind: AuthorizationPolicy
metadata:
name: central-dashboard
spec:
action: ALLOW
rules:
- from:
- source:
principals:
- cluster.local/ns/istio-system/sa/istio-ingressgateway-service-account
selector:
matchLabels:
app: centraldashboard

0 comments on commit fe0963a

Please sign in to comment.