From 7fab067c48dad12bb907d4eaed49a0b57f796fa3 Mon Sep 17 00:00:00 2001 From: Balaji Alwar Date: Fri, 17 Jan 2025 10:47:01 -0800 Subject: [PATCH 1/2] Provide elevated privileges for data 8 staff --- deployments/data8/config/common.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/deployments/data8/config/common.yaml b/deployments/data8/config/common.yaml index 44bcefd96..08ba1c8e1 100644 --- a/deployments/data8/config/common.yaml +++ b/deployments/data8/config/common.yaml @@ -69,18 +69,18 @@ jupyterhub: # - course::N::enrollment_type::ta # Data 8, Fall 2024, https://github.com/berkeley-dsep-infra/datahub/issues/6014 - #course-staff-1538208: + course-staff-1542000: # description: Enable course staff to view and access servers. # # this role provides permissions to... - # scopes: - # - admin-ui - # - list:users!group=course::1538208 - # - admin:servers!group=course::1538208 - # - access:servers!group=course::1538208 + scopes: + - admin-ui + - list:users!group=course::1542000 + - admin:servers!group=course::1542000 + - access:servers!group=course::1542000 # # this role will be assigned to... - #groups: - # - course::1538208::enrollment_type::teacher - # - course::1538208::enrollment_type::ta + groups: + - course::1542000::enrollment_type::teacher + - course::1542000::enrollment_type::ta singleuser: extraFiles: From a9e16a98d60866018bc78b94abb92f49ce5c6a26 Mon Sep 17 00:00:00 2001 From: Balaji Alwar Date: Fri, 17 Jan 2025 10:48:46 -0800 Subject: [PATCH 2/2] Fix the details of the request --- deployments/data8/config/common.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployments/data8/config/common.yaml b/deployments/data8/config/common.yaml index 08ba1c8e1..40e2f1fa4 100644 --- a/deployments/data8/config/common.yaml +++ b/deployments/data8/config/common.yaml @@ -68,7 +68,7 @@ jupyterhub: # - course::N::enrollment_type::teacher # - course::N::enrollment_type::ta - # Data 8, Fall 2024, https://github.com/berkeley-dsep-infra/datahub/issues/6014 + # Data 8, Spring 2025, https://github.com/berkeley-dsep-infra/datahub/issues/6653 course-staff-1542000: # description: Enable course staff to view and access servers. # # this role provides permissions to...