Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a 2i2c demo hub with CILogon enabled #952

Merged
merged 2 commits into from
Jan 28, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions config/hubs/2i2c.cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,35 @@ hubs:
- <staff_google_ids>
- [email protected]
admin_users: *dask_staging_users
- name: demo
domain: demo.pilot.2i2c.cloud
template: basehub
auth0:
connection: CILogon
config:
jupyterhub:
custom:
homepage:
templateVars:
org:
name: 2i2c Demo Hub
url: https://2i2c.org
logo_url: https://2i2c.org/media/logo.png
designed_by:
name: 2i2c
url: https://2i2c.org
operated_by:
name: 2i2c
url: https://2i2c.org
funded_by:
name: 2i2c
url: https://2i2c.org
hub:
config:
Authenticator:
admin_users:
- <staff_google_ids>
username_pattern: '^(.+@2i2c\.org|deployment-service-check)$'
- name: ohw
domain: ohw.pilot.2i2c.cloud
template: daskhub
Expand Down