forked from 2i2c-org/infrastructure
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
442d853
commit 424cd03
Showing
3 changed files
with
84 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
jupyterhub: | ||
hub: | ||
config: | ||
CILogonOAuthenticator: | ||
client_id: ENC[AES256_GCM,data:DkQfgPUeeoLPH3OM1DhQ8brXahUCu15iYj75pjIPYOZqnfhTcvxBHWsTDzKItIatx2vN,iv:hI9axr4WTS9/gKe774Mzlh67C41CRoKKHUhBiw7tIlE=,tag:TIT4m7Z1nx8RNj2dXzC25w==,type:str] | ||
client_secret: ENC[AES256_GCM,data:VoPgfvCBkjypxpJXLcQptr4nTaJ91izyBCajmpaPXFgLvduZBM2WWkYOQhU8/8LpBnNATovVoNGOix+8xaBTsr0JTr8kPHVcJIvwJKmwLUtp9N9/JWw=,iv:8UWm1zKqcSdW9iiKNn31J5l4ToTAQOg1VrbXYQdKfd0=,tag:P+zNurTF1yP4uLCb57vmkA==,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-13T16:40:18Z" | ||
enc: CiUA4OM7eEO7VT38bR//vbbaDKvdPs/Z4BMm7MSqgIctwLhcTsnFEkkAWX/fcRIxq84pxl6NJHOa9rO8pCJeUkpIVJrNNHexqUe/YODobq05uLzzh24fPhEWUYCsXPUcZtR/1/tjw669O6JtmpZL6Ycs | ||
azure_kv: [] | ||
hc_vault: [] | ||
age: [] | ||
lastmodified: "2024-06-13T16:40:18Z" | ||
mac: ENC[AES256_GCM,data:LP0nv5co9AAudgae3xsEUpPCDtOkte5z/SDcdDJFoKIa5eEGXzwdiuds/0344UH44n76WDH1Acp3bFEJxTUPhSJFpYDnZm06CAakiUg1sQjOLr15lsFkH2M+s4s3VMbrKi2Mzv3STjKtrSkc3PRc1wFPswQ5ozzxoRYCZQXE29E=,iv:6S1/5LFcHwf69AkYbcjk9kDYEcv2/Bd+mghyKLNXDyI=,tag:ck+0U2g96xcAe/K41Ms6gw==,type:str] | ||
pgp: [] | ||
unencrypted_suffix: _unencrypted | ||
version: 3.8.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
jupyterhub: | ||
ingress: | ||
hosts: [reedley.cloudbank.2i2c.cloud] | ||
tls: | ||
- hosts: [reedley.cloudbank.2i2c.cloud] | ||
secretName: https-auto-tls | ||
singleuser: | ||
memory: | ||
# Increased to help deal with possible kernel restarts | ||
# https://2i2c.freshdesk.com/a/tickets/567 | ||
guarantee: 384M | ||
limit: 1.5G | ||
custom: | ||
2i2c: | ||
add_staff_user_ids_of_type: google | ||
add_staff_user_ids_to_admin_users: true | ||
homepage: | ||
templateVars: | ||
designed_by: | ||
name: 2i2c | ||
url: https://2i2c.org | ||
funded_by: | ||
name: CloudBank | ||
url: http://cloudbank.org/ | ||
operated_by: | ||
name: CloudBank | ||
url: http://cloudbank.org/ | ||
org: | ||
logo_url: https://www.reedleycollege.edu/_files/images/headerlogo.png | ||
name: Reedley College | ||
url: https://www.reedleycollege.edu | ||
hub: | ||
config: | ||
JupyterHub: | ||
authenticator_class: cilogon | ||
CILogonOAuthenticator: | ||
oauth_callback_url: https://reedley.cloudbank.2i2c.cloud/hub/oauth_callback | ||
allowed_idps: | ||
https://idp.scccd.edu/idp/shibboleth: | ||
default: true | ||
username_derivation: | ||
username_claim: "email" | ||
allowed_domains: | ||
- reedley.edu | ||
- scccd.net | ||
- my.scccd.edu | ||
http://google.com/accounts/o8/id: | ||
username_derivation: | ||
username_claim: "email" | ||
Authenticator: | ||
admin_users: | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] |