diff --git a/deployments/data101/config/common.yaml b/deployments/data101/config/common.yaml index 8720901ee..7936ed10f 100644 --- a/deployments/data101/config/common.yaml +++ b/deployments/data101/config/common.yaml @@ -48,6 +48,21 @@ jupyterhub: # # this role will be assigned to... # groups: # - course::N::group::Admins + + # Data 101, Fall 2024, #https://jira-secure.berkeley.edu/browse/DH-364 + course-staff-1536858: + # description: Enable course staff to view and access servers. + # this role provides permissions to... + scopes: + - admin-ui + - list:users!group=course::1536858 + - admin:servers!group=course::1536858 + - access:servers!group=course::1536858 + # this role will be assigned to... + groups: + - course::1536858::enrollment_type::teacher + - course::1536858::enrollment_type::ta + extraConfig: data101-new-db: | from jupyterhub.utils import exponential_backoff diff --git a/deployments/publichealth/config/common.yaml b/deployments/publichealth/config/common.yaml index 44f92504f..e55e9723f 100644 --- a/deployments/publichealth/config/common.yaml +++ b/deployments/publichealth/config/common.yaml @@ -38,19 +38,19 @@ jupyterhub: groups: - course::1524699::group::all-admins - # PHW 142, Fall 2024, #5831 - course-staff-1535789: + # PHW 142, Fall 2024, #https://github.com/berkeley-dsep-infra/datahub/issues/6026 + course-staff-1537782: # description: Enable course staff to view and access servers. # this role provides permissions to... scopes: - admin-ui - - list:users!group=course::1535789 - - admin:servers!group=course::1535789 - - access:servers!group=course::1535789 + - list:users!group=course::1537782 + - admin:servers!group=course::1537782 + - access:servers!group=course::1537782 # this role will be assigned to... groups: - - course::1535789::enrollment_type::teacher - - course::1535789::enrollment_type::ta + - course::1537782::enrollment_type::teacher + - course::1537782::enrollment_type::ta extraConfig: # Use 1x- in `common.yaml` extraConfig values.