Skip to content

Commit

Permalink
[Cloudbank] Added Reedley College
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-morris committed Jun 13, 2024
1 parent 442d853 commit 4158389
Show file tree
Hide file tree
Showing 3 changed files with 84 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 @@ -212,6 +212,14 @@ hubs:
- common.values.yaml
- pasadena.values.yaml
- enc-pasadena.secret.values.yaml
- name: reedley
display_name: "Reedley College"
domain: reedley.cloudbank.2i2c.cloud
helm_chart: basehub
helm_chart_values_files:
- common.values.yaml
- reedley.values.yaml
- enc-reedley.secret.values.yaml
- name: sjcc
display_name: "San Jose Community College"
domain: sjcc.cloudbank.2i2c.cloud
Expand Down
20 changes: 20 additions & 0 deletions config/clusters/cloudbank/enc-reedley.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:UwwPQFhdcjGeqlUM07oOu+ZM4jgueCBzkJu8wyhJlH+apnr+ndMUASou5xPqPXNUiLmO,iv:foqPBDXpJeQqSpGRI/YZoH/VotBfQQO1WvhFok44lCE=,tag:qoXzT/k1VjV17E/YNIrziQ==,type:str]
client_secret: ENC[AES256_GCM,data:ZnnemAcLtUesfT8XYihXJ/HW+ErQWX+csYaKW1kQwcyH20xb4IpaWD3cNinNUsmFIt0bfWI8+OQU5NPiDaraIY32BEpNlIPNG4CSnqEpwCPiqwAei7s=,iv:crLVJ7lrRQ4PTM8aGFsanqOq8dQI+6tX0q5G+YrfhRA=,tag:24RBc2hUd6qZjCR8ZWr7XQ==,type:str]
sops:
kms: []
gcp_kms:
- resource_id: projects/two-eye-two-see/locations/global/keyRings/sops-keys/cryptoKeys/similar-hubs
created_at: "2024-06-13T16:22:57Z"
enc: CiUA4OM7eKxvmE3ZrqPWfEj5kZRBZjbIm9Z4bQqOHFSoEN5CAq74EkkAWX/fcfGikureWsNb8V9sKgMxug8BBkmp4cjBm2VyBkY2fHvJOAn2J1ZE6Tuh+P6isP4FnHyWjASBPudn2jOEmDjSG97jU8HB
azure_kv: []
hc_vault: []
age: []
lastmodified: "2024-06-13T16:22:57Z"
mac: ENC[AES256_GCM,data:bIj/VzGkJ1YCw1xUqQl3ub52fLJc3EhaSla1JaVQf3vR2/7SLNsjzztFCHnW9vDd6+QH6H58yoATnNZytMfnNNiCVnzC4sABMg1djxaZXvqie3mYq0t4LEKg0FLDsvhZLY5eNziTq76BCAMc5BdWd4EnjZUeV+kk9lAQuq6DVXQ=,iv:pSA9cz9dSqj6r6h02xFtW6XbKYzUOF2dRXV3eT3XEb4=,tag:9jsa9CbJ/TEHKFmyzhFo+Q==,type:str]
pgp: []
unencrypted_suffix: _unencrypted
version: 3.8.1
56 changes: 56 additions & 0 deletions config/clusters/cloudbank/reedley.values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
jupyterhub:
ingress:
hosts: [reedley.cloudbank.2i2c.cloud]
tls:
- hosts: [reedley.cloudbank.2i2c.cloud]
secretName: https-auto-tls
singleuser:
memory:
# Increased to help deal with possible kernel restarts
# https://2i2c.freshdesk.com/a/tickets/567
guarantee: 384M
limit: 1.5G
custom:
2i2c:
add_staff_user_ids_of_type: google
add_staff_user_ids_to_admin_users: true
homepage:
templateVars:
designed_by:
name: 2i2c
url: https://2i2c.org
funded_by:
name: CloudBank
url: http://cloudbank.org/
operated_by:
name: CloudBank
url: http://cloudbank.org/
org:
logo_url: https://www.reedleycollege.edu/_files/images/headerlogo.png
name: Reedley College
url: https://www.reedleycollege.edu
hub:
config:
JupyterHub:
authenticator_class: cilogon
CILogonOAuthenticator:
oauth_callback_url: https://reedley.cloudbank.2i2c.cloud/hub/oauth_callback
allowed_idps:
https://idp.scccd.edu/idp/shibboleth:
default: true
username_derivation:
username_claim: "email"
allowed_domains:
- reedley.edu
- scccd.net
- my.scccd.edu
http://google.com/accounts/o8/id:
username_derivation:
username_claim: "email"
Authenticator:
admin_users:
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]

0 comments on commit 4158389

Please sign in to comment.