Skip to content

Commit

Permalink
[jupyter-health] grant access to some users
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed Oct 18, 2024
1 parent 6dfe3b2 commit fbd7c83
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config/clusters/jupyter-health/staging.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@ jupyterhub:
scope:
- openid
enable_auth_state: true
admin_users:
- benjaminrk@simula.no
- yuvipanda@2i2c.org
allowed_users:
# TODO: implement allow based on organization membership,
# so we don't have to add users one at a time
# this is the test user account
- anna@example.com
extraConfig:
# add access tokens via auth state
auth_state_env.py: |
Expand Down

0 comments on commit fbd7c83

Please sign in to comment.