Commit bf7e469
committed
chore: Enable auth in the production manifests
For the production manifests:
$ kustomize build workspaces/backend/manifests/kustomize/overlays/istio/ | grep -iA1 DISABLE_AUTH
- name: DISABLE_AUTH
value: "false"
For the tilt setup:
$ kubectl get deployments -n kubeflow-workspaces workspaces-backend -o yaml | grep -iA1 DISABLE_AUTH
- name: DISABLE_AUTH
value: "true"
Signed-off-by: Christian Heusel <christian@heusel.eu>1 parent 697ffd7 commit bf7e469
File tree
2 files changed
+16
-1
lines changed- developing
- workspaces/backend/manifests/kustomize/base
2 files changed
+16
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
| 97 | + | |
97 | 98 | | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
98 | 110 | | |
99 | 111 | | |
100 | 112 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
37 | 40 | | |
38 | 41 | | |
39 | 42 | | |
| |||
0 commit comments