Skip to content

Commit

Permalink
Merge pull request #2443 from GeorgianaElena/cosmic-ds-hub
Browse files Browse the repository at this point in the history
Add 2i2c-cosmicds hub
  • Loading branch information
GeorgianaElena authored Mar 30, 2023
2 parents a02ef69 + 9283af2 commit cd4b280
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config/clusters/2i2c/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,3 +128,10 @@ hubs:
helm_chart_values_files:
- ucmerced.values.yaml
- enc-ucmerced.secret.values.yaml
- name: cosmicds
display_name: "Cosmic DS"
domain: cosmicds.2i2c.cloud
helm_chart: basehub
helm_chart_values_files:
- cosmicds.values.yaml
- enc-cosmicds.secret.values.yaml
50 changes: 50 additions & 0 deletions config/clusters/2i2c/cosmicds.values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
jupyterhub:
proxy:
https:
hosts:
- cosmicds.2i2c.cloud
ingress:
hosts:
- cosmicds.2i2c.cloud
tls:
- secretName: https-auto-tls
hosts:
- cosmicds.2i2c.cloud
custom:
2i2c:
add_staff_user_ids_to_admin_users: true
add_staff_user_ids_of_type: "github"
homepage:
templateVars:
org:
name: Cosmic DS, Harvard
url: https://www.cosmicds.cfa.harvard.edu/
logo_url: https://pweb.cfa.harvard.edu/sites/default/files/styles/max_650x650/public/2021-02/CosmicDS_Logo_NoNASA_logo---Allison-Blackwell.jpg?itok=Y44JjtDv
designed_by:
name: 2i2c
url: https://2i2c.org
operated_by:
name: 2i2c
url: https://2i2c.org
funded_by:
name: Cosmic DS, Harvard
url: https://www.cosmicds.cfa.harvard.edu/
hub:
config:
Authenticator:
admin_users:
- nmearl
- patudom
JupyterHub:
authenticator_class: cilogon
CILogonOAuthenticator:
scope:
- "email"
- "profile"
oauth_callback_url: https://cosmicds.2i2c.cloud/hub/oauth_callback
shown_idps:
- http://github.com/login/oauth/authorize
allowed_idps:
http://github.com/login/oauth/authorize:
username_derivation:
username_claim: "preferred_username"
20 changes: 20 additions & 0 deletions config/clusters/2i2c/enc-cosmicds.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:MraS1vlTRjh01IaYE2VzzhPxe/MrfBrcqwir/+rXhF4pUVHTQy70SmIqD8D05BEguWMI,iv:xQ2MX5HMSZ7XwwqFVXk0i4IsUsSh9k7sCJcVZsJTmFo=,tag:b9mmtDTC7hHQTGQqcWtavw==,type:str]
client_secret: ENC[AES256_GCM,data:9i3q29/DbnNxDtdvB3QU4q0zPM1gtMoavMtUKHiMYeBXt8WqnkbMCnM49QjUpKgibxOHPcF1dQdT+/+2iAtJt/+xH+jrkLPR0bHCpESxo7bV6EziysY=,iv:JpWhPM178K2i2hF/91WBNBOxQ5oRiDcP+oufLcSOlrM=,tag:IL7kGXdCL5OZD9+OQy+3IA==,type:str]
sops:
kms: []
gcp_kms:
- resource_id: projects/two-eye-two-see/locations/global/keyRings/sops-keys/cryptoKeys/similar-hubs
created_at: "2023-03-30T12:24:48Z"
enc: CiUA4OM7eB49Qcys54jXfx2nwZ4rVwmHk2cfFmaglB8liibktmyOEkkALQgViM91gM0fb6p0q8SAHnE9f+aTaeKNWOuTrlD+aHtK5WdpBEj3JY78DqWxw6QjYNjuyhSdmJPFCrBmeXCj01HmpQSrEn3d
azure_kv: []
hc_vault: []
age: []
lastmodified: "2023-03-30T12:24:48Z"
mac: ENC[AES256_GCM,data:3Tu+97pphFNHaMdATYeP6fVsZ3Wywrj/EkxuEAe7VLDjedIwfdWju6hvVu6cP71//qZP2f1zouBDN5T5N7HpXN8+lA5Pd1AIUdGb/W9xGLyo4z0oAP1refamKkgdrr9wMVF/8X8bEzVi9jV37cipU3pwRO43QZrkrTZUpQoCWW8=,iv:6GWaVZJaPDhL4pgUHPmCntYGHrFe4dFtnU91b6yCN8E=,tag:I07UWDmqNTpm7tnkPFscOg==,type:str]
pgp: []
unencrypted_suffix: _unencrypted
version: 3.7.3

0 comments on commit cd4b280

Please sign in to comment.