From e34f96ac536c8e6ad73eec71cf79f696d5ccadc9 Mon Sep 17 00:00:00 2001 From: Balaji Alwar Date: Tue, 30 Jan 2024 14:15:43 -0800 Subject: [PATCH] Enable admin access for Prob 140 course staff --- deployments/prob140/config/common.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/deployments/prob140/config/common.yaml b/deployments/prob140/config/common.yaml index 8dc6bf9a9..5ed6e295f 100644 --- a/deployments/prob140/config/common.yaml +++ b/deployments/prob140/config/common.yaml @@ -48,6 +48,20 @@ jupyterhub: # groups: # - course::N::enrollment_type::teacher # - course::N::enrollment_type::ta + + ## Data C140, Spring 2024, #https://github.com/berkeley-dsep-infra/datahub/issues/5466 + course-staff-1533557: + # description: Enable course staff to view and access servers. + # this role provides permissions to... + scopes: + - admin-ui + - list:users!group=course::1533557 + - admin:servers!group=course::1533557 + - access:servers!group=course::1533557 + # this role will be assigned to... + groups: + - course::1533557::enrollment_type::teacher + - course::1533557::enrollment_type::ta nodeSelector: hub.jupyter.org/pool-name: core-pool-2023-12-21