-
Notifications
You must be signed in to change notification settings - Fork 66
/
Copy pathcommon.values.yaml
54 lines (54 loc) · 1.62 KB
/
common.values.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
nfs:
enabled: true
pv:
mountOptions:
- soft # We pick soft over hard, so NFS lockups don't lead to hung processes
- noatime
# Google FileStore IP
serverIP: 10.93.235.178
# Name of Google Filestore share
baseShareName: /homes/
jupyterhub:
custom:
2i2c:
add_staff_user_ids_to_admin_users: false
# add_staff_user_ids_of_type: "google"
homepage:
templateVars:
org:
name: Callysto
url: https://www.callysto.ca
logo_url: https://www.callysto.ca/wp-content/uploads/2022/08/Callysto-HUB_vertical.png
designed_by:
name: 2i2c
url: https://2i2c.org
operated_by:
name: 2i2c
url: https://2i2c.org
funded_by:
name: Callysto
url: https://www.callysto.ca
singleuser:
image:
name: callysto/2i2c
tag: 0.1.0
hub:
config:
JupyterHub:
authenticator_class: cilogon
CILogonOAuthenticator:
allowed_users: &callysto_users
- "117859169473992122769" #Georgiana
- "115722756968212778437" #Sarah
admin_users: *callysto_users
# Only show the option to login with Google and Mirosoft
shown_idps:
- https://accounts.google.com/o/oauth2/auth
- https://login.microsoftonline.com/common/oauth2/v2.0/authorize
allowed_idps:
http://google.com/accounts/o8/id:
username_derivation:
username_claim: "oidc"
http://login.microsoftonline.com/common/oauth2/v2.0/authorize:
username_derivation:
username_claim: "oidc"