Skip to content

Commit

Permalink
Merge pull request #5033 from sean-morris/main
Browse files Browse the repository at this point in the history
[Cloudbank] Added Foothill
  • Loading branch information
sean-morris authored Nov 4, 2024
2 parents 55df751 + d64505b commit ee00797
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config/clusters/cloudbank/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,14 @@ hubs:
- common.values.yaml
- fresno.values.yaml
- enc-fresno.secret.values.yaml
- name: foothill
display_name: "Foothill College"
domain: foothill.cloudbank.2i2c.cloud
helm_chart: basehub
helm_chart_values_files:
- common.values.yaml
- foothill.values.yaml
- enc-foothill.secret.values.yaml
- name: glendale
display_name: "Glendale Community College"
domain: glendale.cloudbank.2i2c.cloud
Expand Down
20 changes: 20 additions & 0 deletions config/clusters/cloudbank/enc-foothill.secret.values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
jupyterhub:
hub:
config:
CILogonOAuthenticator:
client_id: ENC[AES256_GCM,data:aid9el4f2BhUHgz/2Ah9/BneOKG4idxlY/F21YednF3iVtKuX5LEqc7gR/7sgzUZktal,iv:CAGz1LuNr0nYuGS9ZygzxjgraiJvyhCKQUxrx+TVopI=,tag:FAA4SfHJ1mAS7EYLiXwaDg==,type:str]
client_secret: ENC[AES256_GCM,data:u918hRPJ6nxv3edgxq7MK42NbeTq/ePzEwO90WFsQINC2ar8Qd9CUObXaWjcPYWnBI5cISaS6bnhaK9OmkY54cnxe6OTFFYLy+3d2CWnZUqBokJQWoo=,iv:YryJvMjkYXml774/tYes3pFNF9DpfyY0MqlfpTLxewU=,tag:gDjvFjLADQ1KdD2Uuluahg==,type:str]
sops:
kms: []
gcp_kms:
- resource_id: projects/two-eye-two-see/locations/global/keyRings/sops-keys/cryptoKeys/similar-hubs
created_at: "2024-11-04T23:39:46Z"
enc: CiUA4OM7eAxXyg9z1vMuS0JSuNU8wukjb1muBnZq9SgNQre+X3KeEkkA5dG1Q0Mfk0Fk5BqtpvnQQewaHLKYV9TanskYfPWsOd4fGJFbawK1Ukt8WPsYakbDVfqbzR+HBAKIEdUNAjq+arl1amY3jboI
azure_kv: []
hc_vault: []
age: []
lastmodified: "2024-11-04T23:39:46Z"
mac: ENC[AES256_GCM,data:HKNifdpwkjC2L9oDI+NANpXtZ3dumez/e7Q/cThUboaRnzAF1ggdb3j+0U7s94trDjT7jaE+tfaCLVS92lwpzWGKnI/G08O2aoKVVVGI9/EffyyAmLNeiLgZ36iTdFiCTi2Q5+DKrZZ/5jGNFOyZ9EMgA5LGt86wmCw8P8L125M=,iv:bNklepyNdkvH4ThCqcEKwhtaWsf9O4c5y+sA97Lk87w=,tag:SecUC3R1tVt/d5jNo3MjCQ==,type:str]
pgp: []
unencrypted_suffix: _unencrypted
version: 3.8.1
46 changes: 46 additions & 0 deletions config/clusters/cloudbank/foothill.values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
jupyterhub:
ingress:
hosts: [foothill.cloudbank.2i2c.cloud]
tls:
- hosts: [foothill.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: Foothill College
logo_url: https://foothill.edu/_resources/images/logo.png
url: https://foothill.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://foothill.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:
- fhda.edu
http://google.com/accounts/o8/id:
username_derivation:
username_claim: "email"
Authenticator:
admin_users:
- [email protected]
- [email protected]
- [email protected]

0 comments on commit ee00797

Please sign in to comment.