Skip to content

Commit 19368cc

Browse files
authored
Merge pull request #5478 from balajialg/data8_fix
Add admin stanza in the usual way for Data 8 Hub
2 parents 29016ed + c9b2cbf commit 19368cc

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

deployments/data8/config/common.yaml

+14-7
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,20 @@ jupyterhub:
5656
# - course::N::enrollment_type::teacher
5757
# - course::N::enrollment_type::ta
5858

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+
5973
singleuser:
6074
extraFiles:
6175
# DH-216 Removing QtPDF, QtPNG as per Data 8 GSI inputs
@@ -86,14 +100,7 @@ jupyterhub:
86100

87101
custom:
88102
group_profiles:
89-
90103
# DataHub Infrastructure staff
91104
# https://bcourses.berkeley.edu/courses/1524699/groups#tab-80607
92105
course::1524699::group::all-admins:
93106
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

0 commit comments

Comments
 (0)