Commit f0cc74f 1 parent e94e63c commit f0cc74f Copy full SHA for f0cc74f
File tree 2 files changed +30
-9
lines changed
2 files changed +30
-9
lines changed Original file line number Diff line number Diff line change
1
+ userServiceAccount :
2
+ enabled : true
3
+ annotations :
4
+ eks.amazonaws.com/role-arn : arn:aws:iam::211125293633:role/opensci-sciencecore
5
+ adminServiceAccount :
6
+ enabled : true
7
+ annotations :
8
+ eks.amazonaws.com/role-arn : arn:aws:iam::211125293633:role/opensci-sciencecore-admin-sa
9
+
1
10
jupyterhub :
2
11
ingress :
3
12
hosts :
@@ -27,7 +36,12 @@ jupyterhub:
27
36
funded_by :
28
37
name : " "
29
38
url : " "
39
+ singleuserAdmin :
40
+ serviceAccountName : admin-sa
30
41
singleuser :
42
+ extraEnv :
43
+ SCRATCH_BUCKET : s3://opensci-scratch-sciencecore/$(JUPYTERHUB_USER)
44
+ PERSISTENT_BUCKET : s3://opensci-persistent-sciencecore/$(JUPYTERHUB_USER)
31
45
profileList :
32
46
- display_name : " Only Profile Available, this info is not shown in the UI"
33
47
slug : only-choice
Original file line number Diff line number Diff line change @@ -8,21 +8,28 @@ user_buckets = {
8
8
" scratch-staging" : {
9
9
" delete_after" : 7
10
10
},
11
- " scratch" : {
11
+ " scratch-sciencecore " : {
12
12
" delete_after" : 7
13
13
},
14
+ " persistent-sciencecore" : {
15
+ " delete_after" : null
16
+ },
14
17
}
15
18
16
19
17
20
hub_cloud_permissions = {
18
21
" staging" : {
19
- requestor_pays : true ,
20
- bucket_admin_access : [" scratch-staging" ],
21
- extra_iam_policy : " "
22
+ " user-sa " : {
23
+ bucket_admin_access : [" scratch-staging" ],
24
+ },
22
25
},
23
- " prod" : {
24
- requestor_pays : true ,
25
- bucket_admin_access : [" scratch" ],
26
- extra_iam_policy : " "
26
+ " sciencecore" : {
27
+ " user-sa" : {
28
+ bucket_admin_access : [" scratch-sciencecore" ],
29
+ bucket_readonly_access : [" persistent-sciencecore" ],
30
+ },
31
+ " admin-sa" : {
32
+ bucket_admin_access : [" scratch-sciencecore" , " persistent-sciencecore" ],
33
+ },
27
34
},
28
- }
35
+ }
You can’t perform that action at this time.
0 commit comments