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