From 983db20d55875e0e1b22ebc5afd493dd5bad3673 Mon Sep 17 00:00:00 2001 From: GeorgianaElena Date: Thu, 27 Jan 2022 18:42:03 +0200 Subject: [PATCH 1/2] Add a 2i2c demo hub with CILogon enabled --- config/hubs/2i2c.cluster.yaml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/config/hubs/2i2c.cluster.yaml b/config/hubs/2i2c.cluster.yaml index 507944c98c..73e8906630 100644 --- a/config/hubs/2i2c.cluster.yaml +++ b/config/hubs/2i2c.cluster.yaml @@ -94,6 +94,35 @@ hubs: - - colliand@gmail.com 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: + - + username_pattern: '^(.+@2i2c\.org|deployment-service-check)$' - name: ohw domain: ohw.pilot.2i2c.cloud template: daskhub From d7915e52b992d8829976d693cadbd3cb77d4df02 Mon Sep 17 00:00:00 2001 From: GeorgianaElena Date: Fri, 28 Jan 2022 11:06:24 +0200 Subject: [PATCH 2/2] Add a note about the demo hub --- docs/reference/hubs.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/reference/hubs.md b/docs/reference/hubs.md index b49b974ce1..a7039c733e 100644 --- a/docs/reference/hubs.md +++ b/docs/reference/hubs.md @@ -11,6 +11,13 @@ Here's a list of running hubs. +```{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. +```