From e5f35e8c1df65b073de7906e4edb2042bfd8ea46 Mon Sep 17 00:00:00 2001 From: Sean Date: Wed, 14 Aug 2024 16:54:05 -0700 Subject: [PATCH] chabot --- config/clusters/cloudbank/chabot.values.yaml | 48 ++++++++++++++++++++ config/clusters/cloudbank/cluster.yaml | 8 ++++ 2 files changed, 56 insertions(+) create mode 100644 config/clusters/cloudbank/chabot.values.yaml diff --git a/config/clusters/cloudbank/chabot.values.yaml b/config/clusters/cloudbank/chabot.values.yaml new file mode 100644 index 0000000000..b9b4d4d0a8 --- /dev/null +++ b/config/clusters/cloudbank/chabot.values.yaml @@ -0,0 +1,48 @@ +jupyterhub: + ingress: + hosts: [chabot.cloudbank.2i2c.cloud] + tls: + - hosts: [chabot.cloudbank.2i2c.cloud] + secretName: https-auto-tls + custom: + 2i2c: + add_staff_user_ids_to_admin_users: true + add_staff_user_ids_of_type: "google" + homepage: + templateVars: + org: + name: Chabot College + logo_url: https://www.chabotcollege.edu/_resources/images/chabot-logo-header-white-text.png + url: https://www.chabotcollege.edu/ + designed_by: + name: 2i2c + url: https://2i2c.org + operated_by: + name: CloudBank + url: http://cloudbank.org/ + funded_by: + name: CloudBank + url: http://cloudbank.org/ + hub: + config: + JupyterHub: + authenticator_class: cilogon + CILogonOAuthenticator: + oauth_callback_url: "https://chabot.cloudbank.2i2c.cloud/hub/oauth_callback" + allowed_idps: + http://login.microsoftonline.com/common/oauth2/v2.0/authorize: + default: true + username_derivation: + username_claim: "email" + allowed_domains: + - chabotcollege.edu + http://google.com/accounts/o8/id: + username_derivation: + username_claim: "email" + allowed_domains: + - chabotcollege.edu + Authenticator: + admin_users: + - ericvd@berkeley.edu + - sean.smorris@berkeley.edu + - lbauman@chabotcollege.edu diff --git a/config/clusters/cloudbank/cluster.yaml b/config/clusters/cloudbank/cluster.yaml index 97b97ab6c6..9c6717eb80 100644 --- a/config/clusters/cloudbank/cluster.yaml +++ b/config/clusters/cloudbank/cluster.yaml @@ -36,6 +36,14 @@ hubs: - common.values.yaml - ccsf.values.yaml - enc-ccsf.secret.values.yaml + - name: chabot + display_name: "Chabot College" + domain: chabot.cloudbank.2i2c.cloud + helm_chart: basehub + helm_chart_values_files: + - common.values.yaml + - chabot.values.yaml + - enc-chabot.secret.values.yaml - name: csm display_name: "College of San Mateo" domain: csm.cloudbank.2i2c.cloud