Skip to content

Commit

Permalink
[CloudBank] Merced College
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-morris committed Jul 22, 2024
1 parent 9afe54c commit 2d3e1e0
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 @@ -204,6 +204,14 @@ hubs:
- common.values.yaml
- mendocino.values.yaml
- enc-mendocino.secret.values.yaml
- name: merced
display_name: "Merced College"
domain: merced.cloudbank.2i2c.cloud
helm_chart: basehub
helm_chart_values_files:
- common.values.yaml
- merced.values.yaml
- enc-merced.secret.values.yaml
- name: mills
display_name: "Mills College"
domain: datahub.mills.edu
Expand Down
20 changes: 20 additions & 0 deletions config/clusters/cloudbank/enc-merced.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:H3bvrn8izN+j4/da6oK3pIl4CqjHpViA6RPER+Dg6LVHSQN+wov+EC31Kaibg1NGK/wi,iv:4PUYenfb4YVq9GtfM4nZ8A46vywvtGLv6OD2Bu7hPg8=,tag:AQKsqKRQjkmUc26AhKkAlQ==,type:str]
client_secret: ENC[AES256_GCM,data:Hmktn8bucQFR5bkirlmMx+cTQFYjrG7m80OhhpFI3uTFIMKpi+TRU7tEENVm05St2C7k+wY0BVnDfI+weBiM6edQHi2hX0klijp7waqUnzSqeeAgtsc=,iv:cZC+CBKXt4BjKMJ/TD/SEfR9cRJaffMAm/8USxgRfz4=,tag:deGtgO0u8uFw7+42lYo09w==,type:str]
sops:
kms: []
gcp_kms:
- resource_id: projects/two-eye-two-see/locations/global/keyRings/sops-keys/cryptoKeys/similar-hubs
created_at: "2024-07-22T16:50:53Z"
enc: CiUA4OM7eAEfOPmpsCa6KyBfy9R7T09g2NiyHRXimRRoa/mh+BSpEkkAWX/fcb6URw2pMXTliGgEFCR7cM1e9rRgeUX8vnMsny3vilYzEgYTPwqzVWf7gUkxEPZPdj7oUv7nmXaufNvyCCeHtjSK/Qit
azure_kv: []
hc_vault: []
age: []
lastmodified: "2024-07-22T16:50:54Z"
mac: ENC[AES256_GCM,data:3Dt7FR3zeFUDGq9KE5VsRxWPzahl6xdHWvivi1Hh6XefdKpYGDHEvbcOIDp25Jx+DW16toibi+Lyk1FHBPGfd4hgThEBHjs65zkhEiKs6A4JOcgR71iNPXjRzkejqgoIZbF/cQ/bfxpd/AzxMvNGUKnIVToWYvJBNVQpgvEX6IA=,iv:JCU8GpKO8H7kNxem6BJjEmH9ZgP8m5TIhqrJQDFrOio=,tag:N5i+5526hyiuRPVaQGs5Wg==,type:str]
pgp: []
unencrypted_suffix: _unencrypted
version: 3.8.1
56 changes: 56 additions & 0 deletions config/clusters/cloudbank/merced.values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
jupyterhub:
ingress:
hosts: [merced.cloudbank.2i2c.cloud]
tls:
- hosts: [merced.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.mccd.edu/wp-content/uploads/2023/09/MicrosoftTeams-image-15-300x300.png
name: Merced College
url: https://www.mccd.edu/
hub:
config:
JupyterHub:
authenticator_class: cilogon
CILogonOAuthenticator:
oauth_callback_url: https://merced.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:
- mccd.edu
- campus.mccd.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]
- [email protected]

0 comments on commit 2d3e1e0

Please sign in to comment.