Skip to content

Commit

Permalink
Merge pull request #4980 from minrk/health-chcs-access
Browse files Browse the repository at this point in the history
[jupyter-health staging] grant access to some users
  • Loading branch information
consideRatio authored Oct 18, 2024
2 parents 2ae61dc + fbd7c83 commit 8942370
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:
- [email protected]
- [email protected]
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
- [email protected]
extraConfig:
# add access tokens via auth state
auth_state_env.py: |
Expand Down

0 comments on commit 8942370

Please sign in to comment.