Skip to content

Commit

Permalink
Merge pull request 2i2c-org#3525 from sgibson91/hew-hub/tufts
Browse files Browse the repository at this point in the history
  • Loading branch information
sgibson91 authored Dec 14, 2023
2 parents d335408 + 0b7341e commit 4b07607
Show file tree
Hide file tree
Showing 3 changed files with 76 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config/clusters/2i2c/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,3 +135,11 @@ hubs:
- basehub-common.values.yaml
- mtu.values.yaml
- enc-mtu.secret.values.yaml
- name: tufts
display_name: "Tufts University"
domain: tufts.2i2c.cloud
helm_chart: basehub
helm_chart_values_files:
- basehub-common.values.yaml
- tufts.values.yaml
- enc-tufts.secret.values.yaml
20 changes: 20 additions & 0 deletions config/clusters/2i2c/enc-tufts.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:VjKMcUOhCk0aWLztj4HjMkjP/Q3x6daj01aZx17RTeeDwHe9auQOvFz7fdZAqMHCW+nG,iv:acWGQg+QnvxlewUzthdy0sEQWc0V+FKSlktaUGVV3yk=,tag:5Sbx/ngZ+VZWt7T6LwUeMg==,type:str]
client_secret: ENC[AES256_GCM,data:kjqALzq/6zKUZmYi+/wAzTZbCJpUxAU2eUQgyla33GArYk/i8uXXYM07a4WvWX7YVFHLVFWam8rIMz0uvD9PdRHM/2LYBet9qEO8MU+h7ELoNP4nHAw=,iv:dW9nBYQBspGpY9Q16hH7imkaSCDxh6Xj/F02oVvnLy0=,tag:1P6kSRSHfhLon2jAvKZ9+g==,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-11T15:36:52Z"
enc: CiUA4OM7eEwyaCdfvyqhUi3s8gfpndMgyP40m/x7UETe/IUUCiULEkkAjTWv+sLh62rCeq3fYDXmsV4cAE4yWHfXchFrExtsbOEyEwOIczwkzJXvNR/PrYlfhPb+tNIY/pyLmBiBKysAuNU0zWYJUE6k
azure_kv: []
hc_vault: []
age: []
lastmodified: "2023-12-11T15:36:52Z"
mac: ENC[AES256_GCM,data:xn1ommOn/63KdtM1P60CLwRxaa2SmhYchkbtZxKC3u+UqNwxAwxF9yXUYcM0q1rO96Je0HkdeD+1BascOBLCw1DxTyhY6DyGMqw9Gkh0+YTy5LcijAbnYiAHg1/C5ChVYJVGVoFQhuoPoFs3hZX0nR7MxigcmKofv+PJ97wFo8s=,iv:IH6omjLRNoFcTxs7TXNJa/dDhIiGOmRq+xxhp8rRfuk=,tag:z6O3KwX7kTRCMApkZ9CCew==,type:str]
pgp: []
unencrypted_suffix: _unencrypted
version: 3.8.1
48 changes: 48 additions & 0 deletions config/clusters/2i2c/tufts.values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
jupyterhub:
ingress:
hosts: [tufts.2i2c.cloud]
tls:
- hosts: [tufts.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: Tufts University
logo_url: https://brand.tufts.edu/sites/g/files/lrezom786/files/styles/large/public/2022-09/tufts-ext.jpg
url: https://www.tufts.edu/
designed_by:
name: 2i2c
url: https://2i2c.org
operated_by:
name: 2i2c
url: https://2i2c.org
funded_by:
name: Tufts University
url: https://www.tufts.edu/
hub:
config:
JupyterHub:
authenticator_class: cilogon
CILogonOAuthenticator:
oauth_callback_url: "https://tufts.2i2c.cloud/hub/oauth_callback"
allowed_idps:
https://shib-idp.tufts.edu/idp/shibboleth:
default: true
username_derivation:
username_claim: "email"
http://google.com/accounts/o8/id:
username_derivation:
username_claim: "email"
Authenticator:
admin_users:
- [email protected]
- [email protected]
- [email protected]
singleuser:
image:
name: quay.io/2i2c/cloudbank-data8-image
tag: "d2746e55a4ee"

0 comments on commit 4b07607

Please sign in to comment.