forked from 2i2c-org/infrastructure
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[jupyter-health] grant access to some users
- Loading branch information
Showing
1 changed file
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | | ||
|