Skip to content

Commit

Permalink
Merge pull request 2i2c-org#1664 from yuvipanda/temple
Browse files Browse the repository at this point in the history
Add initial config for Temple university
  • Loading branch information
yuvipanda authored Sep 8, 2022
2 parents 3ed601b + cbba2ac commit 2829e7a
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 0 deletions.
9 changes: 9 additions & 0 deletions config/clusters/2i2c/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -174,3 +174,12 @@ hubs:
# to the helm upgrade command in, and that has meaning. Please check
# that you intend for these files to be applied in this order.
- utexas.values.yaml
- name: temple
display_name: "Temple University"
domain: temple.2i2c.cloud
helm_chart: basehub
auth0:
enabled: false
helm_chart_values_files:
- temple.values.yaml
- enc-temple.secret.values.yaml
20 changes: 20 additions & 0 deletions config/clusters/2i2c/enc-temple.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:kovFvnwRbd17wXJ/LziS+X6FpyxgjvutTVvWPVXgqPgENJoH0vvdFws5shR1ZBpQboOc,iv:ioVLOPb5fnRnfQlgu4419n7+AKk+JcFFejlk+CISy/8=,tag:wWnjvCx7QIcYkXyGFqqQXg==,type:str]
client_secret: ENC[AES256_GCM,data:xsgNrDIF+/eD4TvAlzTpIn9GnLHnyA7QnkMs1U5ANq1CLrnLBJchnJWlECVXdkIhiZfD9vKdIeiNqDyz0iRCaWru/f754zDKaUDQkRpdqw9QpKwA8pY=,iv:3Vw6byls5/vN3FiZKimwq8ubCdWDDzUTYU7CnxfKEQM=,tag:hjcmZVWz4XU86gg3wpOmxQ==,type:str]
sops:
kms: []
gcp_kms:
- resource_id: projects/two-eye-two-see/locations/global/keyRings/sops-keys/cryptoKeys/similar-hubs
created_at: "2022-08-31T01:06:20Z"
enc: CiQA4OM7eNxG+aMy3zghXJxeOS5WhtKv4+j9QlRn36BIgkIWRMESSQDuy/p8Unhzj8xdhnf1aA7xj8X3s5nxo8NK4Zc0N89qll2FZmlvtclp6NQAxslwh+ojM+Kxn3+3mkmbi7r0HSaK7nazA4qeQbE=
azure_kv: []
hc_vault: []
age: []
lastmodified: "2022-08-31T01:06:20Z"
mac: ENC[AES256_GCM,data:J1yRW5hoSFfRQw99tV2m8OrNq6at13P14/CQH3aSweKTEuebRo2xC6hfBZZEWf7hA88432q5FhXQUJrAwmZH/Wr8uDrHjcIBh21mfmda2yLdMGZIg8+lmK2x9mOcSZAV/kZAsYxuYljS2KLWoMgsgpWjYURs/deAdqCStRT84dU=,iv:jYKjvVO7tGxUydQnHnb/TtFFnM+VtI0mxT+AAhWEei8=,tag:EK84ppc5oE7UNFOVmB768Q==,type:str]
pgp: []
unencrypted_suffix: _unencrypted
version: 3.7.3
41 changes: 41 additions & 0 deletions config/clusters/2i2c/temple.values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
jupyterhub:
custom:
2i2c:
add_staff_user_ids_to_admin_users: true
add_staff_user_ids_of_type: "google"
homepage:
templateVars:
org:
name: Temple University JupyterHub
url: https://www.temple.edu/
logo_url: https://www.temple.edu/sites/all/modules/custom/tu_global/images/svg/temple-logo-t-box.svg
designed_by:
name: 2i2c
url: https://2i2c.org
operated_by:
name: 2i2c
url: https://2i2c.org
funded_by:
name: Temple University
url: https://www.temple.edu/
hub:
config:
Authenticator:
admin_users:
- [email protected]
JupyterHub:
authenticator_class: cilogon
CILogonOAuthenticator:
oauth_callback_url: https://temple.2i2c.cloud/hub/oauth_callback
shown_idps:
- https://fim.temple.edu/idp/shibboleth
- https://accounts.google.com/o/oauth2/auth
allowed_idps:
https://fim.temple.edu/idp/shibboleth:
username_derivation:
username_claim: "eppn"
http://google.com/accounts/o8/id:
username_derivation:
username_claim: "email"
allowed_domains:
- "2i2c.org"

0 comments on commit 2829e7a

Please sign in to comment.