We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bffdbd commit 391eb55Copy full SHA for 391eb55
kustomize/apps/jupyter-web-app/base/authorizationpolicy.yaml
@@ -0,0 +1,14 @@
1
+apiVersion: security.istio.io/v1beta1
2
+kind: AuthorizationPolicy
3
+metadata:
4
+ name: jupyter-web-app
5
+spec:
6
+ action: ALLOW
7
+ rules:
8
+ - from:
9
+ - source:
10
+ principals:
11
+ - cluster.local/ns/istio-system/sa/kubeflow-service-account
12
+ selector:
13
+ matchLabels:
14
+ app: jupyter-web-app
kustomize/apps/jupyter-web-app/base/kustomization.yaml
@@ -10,6 +10,7 @@ patchesStrategicMerge:
- cluster-role.yaml
- deployment.yaml
- vs.yaml
+- authorizationpolicy.yaml
15
configMapGenerator:
16
- files:
0 commit comments