File tree 1 file changed +14
-7
lines changed
1 file changed +14
-7
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,20 @@ jupyterhub:
56
56
# - course::N::enrollment_type::teacher
57
57
# - course::N::enrollment_type::ta
58
58
59
+ # Data 8, Spring 2024, https://github.com/berkeley-dsep-infra/datahub/issues/5358
60
+ course-staff-1532352 :
61
+ # description: Enable course staff to view and access servers.
62
+ # # this role provides permissions to...
63
+ scopes :
64
+ - admin-ui
65
+ - list:users!group=course::1532352
66
+ - admin:servers!group=course::1532352
67
+ - access:servers!group=course::1532352
68
+ # # this role will be assigned to...
69
+ groups :
70
+ - course::1532352::enrollment_type::teacher
71
+ - course::1532352::enrollment_type::ta
72
+
59
73
singleuser :
60
74
extraFiles :
61
75
# DH-216 Removing QtPDF, QtPNG as per Data 8 GSI inputs
@@ -86,14 +100,7 @@ jupyterhub:
86
100
87
101
custom :
88
102
group_profiles :
89
-
90
103
# DataHub Infrastructure staff
91
104
# https://bcourses.berkeley.edu/courses/1524699/groups#tab-80607
92
105
course::1524699::group::all-admins :
93
106
admin : true
94
-
95
- # Data 8, Spring 2024, https://github.com/berkeley-dsep-infra/datahub/issues/5358
96
- course::1532352::enrollment_type::teacher :
97
- admin : true
98
- course::1532352::enrollment_type::ta :
99
- admin : true
You can’t perform that action at this time.
0 commit comments