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
Show file tree
Hide file tree
Changes from all commits
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
7 changes: 7 additions & 0 deletions docs/reference/hubs.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ Here's a list of running hubs.

</div>

```{note}
About our demo hub

The 2i2c operates a hub for demonstration and experimentation at `demo.pilot.2i2c.org`.
This hub is primarily for the 2i2c team to try things out, and it may change or break occasionally.
Team members should feel free to experiment with this hub and try out new functionality and features they'd like to show off to others.
```


<!-- DataTables to make the table above look nice -->
Expand Down