Skip to content

Commit

Permalink
Merge pull request #3023 from sean-morris/master
Browse files Browse the repository at this point in the history
[CloudBank] LA Mission Added
  • Loading branch information
sean-morris authored Aug 23, 2023
2 parents 2132301 + 7438230 commit 617a847
Show file tree
Hide file tree
Showing 3 changed files with 77 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 @@ -148,6 +148,14 @@ hubs:
- common.values.yaml
- lacc.values.yaml
- enc-lacc.secret.values.yaml
- name: lamission
display_name: "Los Angeles Mission College"
domain: lamission.cloudbank.2i2c.cloud
helm_chart: basehub
helm_chart_values_files:
- common.values.yaml
- lamission.values.yaml
- enc-lamission.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-lamission.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:bKchgKi90IGbcMGhijeLNWgqswWedXofvgxV2471hdqYvIRneM/nAH488Q3bPFWL8fl3,iv:2t3yD8FwwjJbwjmVsZbSymWh0uQfAAEVymNBWYPt1D0=,tag:c7gGBjRw8D5IU9AaTKa33g==,type:str]
client_secret: ENC[AES256_GCM,data:NYnEziahnP6oVV5xdzNsDeabfN39H1PumJ8QctTJy7v0FSC3NUbaruqOpF9RWFFwJlSI1LvlDr2zXoXJGxK8tNE7LUL5lGej+aqkXsw9JsM4KKksnb0=,iv:mf3Q1x6ESro6lzWXpIA+MuXsIk8n1Y3qsCO6vPkKPT4=,tag:IIE8qxD9BXc/Rytwy+lfgg==,type:str]
sops:
kms: []
gcp_kms:
- resource_id: projects/two-eye-two-see/locations/global/keyRings/sops-keys/cryptoKeys/similar-hubs
created_at: "2023-08-23T23:14:15Z"
enc: CiUA4OM7eJNqzloOFCq6oKm8rMeIlptlqCNJZ+fy+oi8kzj7ippfEkkAq2nhVYgJ7WCbuLQCiJIHFy/we/he7Q53KQ6U8x42TQevfBrsxAHA4RAxS3eQUsShdDMzv1yn4cm++y50VUFs/iEX5g5bNx27
azure_kv: []
hc_vault: []
age: []
lastmodified: "2023-08-23T23:14:16Z"
mac: ENC[AES256_GCM,data:8mbMU94OVpVfGnvtZ68iXNKoXDjIxcMU5qg9kjdLjmxUFyzvxGC0gjVvpbW7Hl/Qew3HQkejna5Szlt8MVF2+V3LNUNq9WB1+YhOyor3tBy0oSREqkk21hKYyQX8tV27XOSmfzxaJNi290HVA4VxJmILa/3cbSA+X4eALgIyyDE=,iv:lms/0EqjDjRozeQH6dn+RzUgOKftbmtVAczXKapOieQ=,tag:4fwe6oSX2cUOjwvdmHopsA==,type:str]
pgp: []
unencrypted_suffix: _unencrypted
version: 3.7.1
49 changes: 49 additions & 0 deletions config/clusters/cloudbank/lamission.values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
jupyterhub:
ingress:
hosts: [lamission.cloudbank.2i2c.cloud]
tls:
- hosts: [lamission.cloudbank.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: Los Angeles Mission College
logo_url: https://www.lamission.edu/sites/lamc.edu/files/lamc-logo.svg
url: https://www.lamission.edu/
designed_by:
name: 2i2c
url: https://2i2c.org
operated_by:
name: CloudBank
url: http://cloudbank.org/
funded_by:
name: CloudBank
url: http://cloudbank.org/
hub:
config:
JupyterHub:
authenticator_class: cilogon
CILogonOAuthenticator:
oauth_callback_url: "https://lamission.cloudbank.2i2c.cloud/hub/oauth_callback"
# Only show the option to login with Google
shown_idps:
- http://google.com/accounts/o8/id
- urn:mace:incommon:berkeley.edu
allowed_idps:
http://google.com/accounts/o8/id:
username_derivation:
username_claim: "email"
urn:mace:incommon:berkeley.edu:
username_derivation:
username_claim: "email"
Authenticator:
allowed_users: &lamission_users
- [email protected]
- [email protected]
- [email protected]
- [email protected]
admin_users: *lamission_users

0 comments on commit 617a847

Please sign in to comment.