Skip to content

Commit

Permalink
Merge pull request 2i2c-org#3548 from sean-morris/master
Browse files Browse the repository at this point in the history
[cloudbank] Sierra College Add
  • Loading branch information
sean-morris authored Dec 22, 2023
2 parents eb135c9 + d1877fd commit 497cf9e
Show file tree
Hide file tree
Showing 3 changed files with 69 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 @@ -252,6 +252,14 @@ hubs:
- common.values.yaml
- sjsu.values.yaml
- enc-sjsu.secret.values.yaml
- name: sierra
display_name: "Sierra College"
domain: sierra.cloudbank.2i2c.cloud
helm_chart: basehub
helm_chart_values_files:
- common.values.yaml
- sierra.values.yaml
- enc-sierra.secret.values.yaml
- name: tuskegee
display_name: "Tuskegee University"
domain: tuskegee.cloudbank.2i2c.cloud
Expand Down
20 changes: 20 additions & 0 deletions config/clusters/cloudbank/enc-sierra.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:YJCpPGFieYPsaFBl4YjCkjwUGHAmxrCA7ibmFX53R/r1kN+yfRPv+hJ4c9vsmM/doyEl,iv:QVlOXcJwj3Wdb3svXwUc9UeTlut8f1hvjECqf4499KI=,tag:VhnrApHE3AshNkKLnLIqWw==,type:str]
client_secret: ENC[AES256_GCM,data:gdSWRLa/StuMCMSBwGF79IAQhrnirGThyOFxh6wy+kAt27fzs+cKld5ZMpL0H1mf8hlmuoDT2Au0IATRh9uUZkqutcR2/+CspGgVD14CBvGg4iQrHJ0=,iv:twKvcD4r2o2zbyWoByVO1baXwFeQnngqTh+K/AwOQWQ=,tag:h1AccpEwqJyDdPBUnLJn3g==,type:str]
sops:
kms: []
gcp_kms:
- resource_id: projects/two-eye-two-see/locations/global/keyRings/sops-keys/cryptoKeys/similar-hubs
created_at: "2023-12-22T20:04:42Z"
enc: CiUA4OM7ePnDI0A5NbFxRRjxik9gy9ISl82CWHIrs52fCTx5vatMEkkAjTWv+vnQhmSUx63lKMTiV1XZiVWJnRd/4fxUOoQPw7MlDFjeKWmWDlOKrVxSPWNKQuWgzkheEwug0B8mPMlQRP/s4Zchm6hi
azure_kv: []
hc_vault: []
age: []
lastmodified: "2023-12-22T20:04:43Z"
mac: ENC[AES256_GCM,data:V+wofuiVTTJmZI6eEaJdAqbPW3yxnhQW3Cs16Phco/CgKOLLGgchAhNG6b5Gn+fUCnm8q1MxYVikc36zVFXGyXITgVekqCFzYOI+eoO32fuJgcNMwGdmdNFRV9LPok4e4OGHlLyVEJWZNVtynH9vifm4sEP0w8frnoqy8/VEwMQ=,iv:yK58WzF4ECKCbqafx9Tdax15hlCrNvQ8MsYCu1MXaw0=,tag:chtw7Fl1M+P60okt1eWVrg==,type:str]
pgp: []
unencrypted_suffix: _unencrypted
version: 3.7.1
41 changes: 41 additions & 0 deletions config/clusters/cloudbank/sierra.values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
jupyterhub:
ingress:
hosts: [sierra.cloudbank.2i2c.cloud]
tls:
- hosts: [sierra.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: Sierra College
logo_url: https://www.sierracollege.edu/wp-content/uploads/2022/03/sierra-logo-main-1.png
url: https://www.sierracollege.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://sierra.cloudbank.2i2c.cloud/hub/oauth_callback
allowed_idps:
http://google.com/accounts/o8/id:
username_derivation:
username_claim: "email"
Authenticator:
admin_users:
- [email protected]
- [email protected]
- [email protected]
- [email protected]

0 comments on commit 497cf9e

Please sign in to comment.