Skip to content

Commit fbd7c83

Browse files
committed
[jupyter-health] grant access to some users
1 parent 6dfe3b2 commit fbd7c83

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

config/clusters/jupyter-health/staging.values.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,14 @@ jupyterhub:
2626
scope:
2727
- openid
2828
enable_auth_state: true
29+
admin_users:
30+
31+
32+
allowed_users:
33+
# TODO: implement allow based on organization membership,
34+
# so we don't have to add users one at a time
35+
# this is the test user account
36+
2937
extraConfig:
3038
# add access tokens via auth state
3139
auth_state_env.py: |

0 commit comments

Comments
 (0)