Skip to content
Snippets Groups Projects
Commit c2ee60fa authored by Youngsu Kim's avatar Youngsu Kim
Browse files

Merge branch 'youngsu_kim-main-patch-52800' into 'main'

Fix allowed_userd, moved then under hub.config.CILogonOAuthenticator

See merge request csusb-hpc!17
parents c36e09be 995228d9
No related branches found
No related tags found
No related merge requests found
...@@ -16,9 +16,6 @@ hub: ...@@ -16,9 +16,6 @@ hub:
client_secret: $CILOGON_SECRET client_secret: $CILOGON_SECRET
oauth_callback_url: https://csusb-hpc.nrp-nautilus.io/hub/oauth_callback oauth_callback_url: https://csusb-hpc.nrp-nautilus.io/hub/oauth_callback
username_claim: "email" username_claim: "email"
JupyterHub:
admin_access: true
authenticator_class: cilogon
admin_users: ["dvu@csusb.edu", "000065181@csusb.edu", "youngsu.kim@csusb.edu", "006501270@csusb.edu"] admin_users: ["dvu@csusb.edu", "000065181@csusb.edu", "youngsu.kim@csusb.edu", "006501270@csusb.edu"]
allowed_users: allowed_users:
- 000065181@csusb.edu - 000065181@csusb.edu
...@@ -30,6 +27,10 @@ hub: ...@@ -30,6 +27,10 @@ hub:
- 003087200@csusb.edu - 003087200@csusb.edu
- 000030081@csusb.edu - 000030081@csusb.edu
- dmishin@ucsd.edu - dmishin@ucsd.edu
JupyterHub:
admin_access: true
authenticator_class: cilogon
extraConfig: extraConfig:
templates: | templates: |
c.JupyterHub.template_paths = ['/etc/jupyterhub/custom'] c.JupyterHub.template_paths = ['/etc/jupyterhub/custom']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment