Skip to content

Commit

Permalink
2i2c-aws-us: add isea hub
Browse files Browse the repository at this point in the history
  • Loading branch information
AIDEA775 committed Jun 12, 2024
1 parent d96e3b8 commit dba9dba
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config/clusters/2i2c-aws-us/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,11 @@ hubs:
- basehub-common.values.yaml
- cosmicds.values.yaml
- enc-cosmicds.secret.values.yaml
- name: isea
display_name: "UW ISEA"
domain: isea.aws.2i2c.cloud
helm_chart: basehub
helm_chart_values_files:
- basehub-common.values.yaml
- isea.values.yaml
- enc-isea.secret.values.yaml
20 changes: 20 additions & 0 deletions config/clusters/2i2c-aws-us/enc-isea.secret.values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
jupyterhub:
hub:
config:
GitHubOAuthenticator:
client_id: ENC[AES256_GCM,data:93LkXXVkf6GU+YUvxUwJ+ml4hcY=,iv:0Wcr+g7/xl/Rnr5AUtzQulmjVSJxrBRBp/HFAUKr+j4=,tag:5dlM4RVXzD/R4zMmXA/a5Q==,type:str]
client_secret: ENC[AES256_GCM,data:y0FA6Ua9sxNCbvvUUESc2IekpCuOVRD/3lkuuHgmmH2TO5dqIMM7Vw==,iv:X9dbusWwBwHaYHpWVc9KzarEQohydGFrNz+t/xft2IU=,tag:OG7C/OFkjIvN8InpJ666FQ==,type:str]
sops:
kms: []
gcp_kms:
- resource_id: projects/two-eye-two-see/locations/global/keyRings/sops-keys/cryptoKeys/similar-hubs
created_at: "2024-06-12T03:40:25Z"
enc: CiUA4OM7eBvySxWfK1a/UztCLzWimFRiB5BZhCC6FKi2E2Xq1oyuEkkAWX/fcT8DcyzNRVG4GaNPPsMQjslSvJSSXrWn1FufSvbNjZLMhTpL4bv9V2Bb2lOlbQsWUn6++l/ZfF6R3UN2ZGYAfILjqXaY
azure_kv: []
hc_vault: []
age: []
lastmodified: "2024-06-12T03:40:26Z"
mac: ENC[AES256_GCM,data:HrsiofJlpbE5Wo0BJIUI38hQnir7W9RymQAiF2IpuDv5HyC/F09+UI4DSZ5Q9PYYHVVIOOhvGSGJqHfKWGBPL6FsO28t2/RrcH2c7/cSGpjDkQqLVQPvMIpt8zgHJJU9MR7FvITy8cFbsFdp3RgCKdcXZjyi1l1GUYQxWPXKnzs=,iv:b3slw0xRUj1a6rxrGgMottMZA2I7+KoAtbbKR47WqMg=,tag:u3mOiZ6XHCI2QWqKATaK8A==,type:str]
pgp: []
unencrypted_suffix: _unencrypted
version: 3.8.1
42 changes: 42 additions & 0 deletions config/clusters/2i2c-aws-us/isea.values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
jupyterhub:
ingress:
hosts: [isea.aws.2i2c.cloud]
tls:
- hosts: [isea.aws.2i2c.cloud]
secretName: https-auto-tls
custom:
2i2c:
add_staff_user_ids_to_admin_users: true
add_staff_user_ids_of_type: "github"
homepage:
templateVars:
org:
name: AmplifyLearn.AI
url: https://www.amplifylearn.ai/isea/
logo_url: https://github.com/2i2c-org/infrastructure/assets/6181563/df7f288d-0ca3-4bbb-9fef-2a98892ac0f6
designed_by:
name: 2i2c
url: https://2i2c.org
operated_by:
name: 2i2c
url: https://2i2c.org
funded_by:
name: Institute of Education Sciences (IES)
url: https://ies.ed.gov/
singleuser:
defaultUrl: /lab
memory:
guarantee: 512M
limit: 1G
image:
name: quay.io/jupyter/scipy-notebook
tag: "2024-06-10"
hub:
config:
JupyterHub:
authenticator_class: "github"
GitHubOAuthenticator:
oauth_callback_url: "https://isea.aws.2i2c.cloud/hub/oauth_callback"
Authenticator:
admin_users:
- lovenoor

0 comments on commit dba9dba

Please sign in to comment.