Skip to content

Commit

Permalink
chabot
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-morris committed Aug 14, 2024
1 parent 35d12a5 commit e5f35e8
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 0 deletions.
48 changes: 48 additions & 0 deletions config/clusters/cloudbank/chabot.values.yaml
Original file line number Diff line number Diff line change
@@ -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:
- [email protected]
- [email protected]
- [email protected]
8 changes: 8 additions & 0 deletions config/clusters/cloudbank/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e5f35e8

Please sign in to comment.