Skip to content

Commit

Permalink
Merge pull request 2i2c-org#2167 from sean-morris/master
Browse files Browse the repository at this point in the history
LACC: Switched hub manual adding of users
  • Loading branch information
sean-morris authored Feb 8, 2023
2 parents 301209d + fd0f921 commit f72481b
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions config/clusters/cloudbank/lacc.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,11 @@ jupyterhub:
url: http://cloudbank.org/
hub:
config:
JupyterHub:
authenticator_class: cilogon
CILogonOAuthenticator:
oauth_callback_url: https://lacc.cloudbank.2i2c.cloud/hub/oauth_callback
username_claim: email
Authenticator:
admin_users:
allowed_users: &lacc_users
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
username_pattern: '^(.+@2i2c\.org|.+@berkeley\.edu|.+@student\.laccd\.edu|.+@laccd\.edu|.+@lacitycollege\.edu|deployment-service-check)$'
admin_users: *lacc_users

0 comments on commit f72481b

Please sign in to comment.