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 424cd03
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:DkQfgPUeeoLPH3OM1DhQ8brXahUCu15iYj75pjIPYOZqnfhTcvxBHWsTDzKItIatx2vN,iv:hI9axr4WTS9/gKe774Mzlh67C41CRoKKHUhBiw7tIlE=,tag:TIT4m7Z1nx8RNj2dXzC25w==,type:str]
client_secret: ENC[AES256_GCM,data:VoPgfvCBkjypxpJXLcQptr4nTaJ91izyBCajmpaPXFgLvduZBM2WWkYOQhU8/8LpBnNATovVoNGOix+8xaBTsr0JTr8kPHVcJIvwJKmwLUtp9N9/JWw=,iv:8UWm1zKqcSdW9iiKNn31J5l4ToTAQOg1VrbXYQdKfd0=,tag:P+zNurTF1yP4uLCb57vmkA==,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:40:18Z"
enc: CiUA4OM7eEO7VT38bR//vbbaDKvdPs/Z4BMm7MSqgIctwLhcTsnFEkkAWX/fcRIxq84pxl6NJHOa9rO8pCJeUkpIVJrNNHexqUe/YODobq05uLzzh24fPhEWUYCsXPUcZtR/1/tjw669O6JtmpZL6Ycs
azure_kv: []
hc_vault: []
age: []
lastmodified: "2024-06-13T16:40:18Z"
mac: ENC[AES256_GCM,data:LP0nv5co9AAudgae3xsEUpPCDtOkte5z/SDcdDJFoKIa5eEGXzwdiuds/0344UH44n76WDH1Acp3bFEJxTUPhSJFpYDnZm06CAakiUg1sQjOLr15lsFkH2M+s4s3VMbrKi2Mzv3STjKtrSkc3PRc1wFPswQ5ozzxoRYCZQXE29E=,iv:6S1/5LFcHwf69AkYbcjk9kDYEcv2/Bd+mghyKLNXDyI=,tag:ck+0U2g96xcAe/K41Ms6gw==,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 424cd03

Please sign in to comment.