From 4d208e4dd9cfe03d88668290349b57597a71fdc4 Mon Sep 17 00:00:00 2001 From: Balaji Alwar Date: Tue, 5 Nov 2024 09:54:36 -0800 Subject: [PATCH] Enable elevated privileges for data100 course staff --- deployments/data100/config/common.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/deployments/data100/config/common.yaml b/deployments/data100/config/common.yaml index ef73a4f3f..a50d0c4c6 100644 --- a/deployments/data100/config/common.yaml +++ b/deployments/data100/config/common.yaml @@ -41,18 +41,18 @@ jupyterhub: # this role will be assigned to... groups: - course::1524699::group::all-admins - #Data 100, Summer 2024, https://github.com/berkeley-dsep-infra/datahub/issues/5802 - course-staff-1535115: + #Data 100, Fall 2024, https://github.com/berkeley-dsep-infra/datahub/issues/6458 + course-staff-1537664: # description: Enable course staff to view and access servers. # this role provides permissions to... scopes: - admin-ui - - list:users!group=course::1535115 - - admin:servers!group=course::1535115 - - access:servers!group=course::1535115 + - list:users!group=course::1537664 + - admin:servers!group=course::1537664 + - access:servers!group=course::1537664 # this role will be assigned to... groups: - - course::1535115::group::Admins + - course::1537664::group::Admins # Econ 148, Spring 2024, DH-225 #course-staff-1532866: # description: Enable course staff to view and access servers.