Skip to content

Commit

Permalink
Enable elevated privileges for PH 142 course staff for FA 24
Browse files Browse the repository at this point in the history
  • Loading branch information
balajialg committed Jul 2, 2024
1 parent a6008bb commit b41dc73
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions deployments/publichealth/config/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,19 @@ jupyterhub:
groups:
- course::1524699::group::all-admins

# PHW 142, Spring 2024, #5368
#course-staff-1532521:
# description: Enable course staff to view and access servers.
# PHW 142, Fall 2024, #5831
course-staff-1535789:
# description: Enable course staff to view and access servers.
# this role provides permissions to...
# scopes:
# - admin-ui
# - list:users!group=course::1532521
# - admin:servers!group=course::1532521
# - access:servers!group=course::1532521
scopes:
- admin-ui
- list:users!group=course::1535789
- admin:servers!group=course::1535789
- access:servers!group=course::1535789
# this role will be assigned to...
# groups:
# - course::1532521::enrollment_type::teacher
# - course::1532521::enrollment_type::ta
groups:
- course::1535789::enrollment_type::teacher
- course::1535789::enrollment_type::ta

extraConfig:
# Use 1x-<title> in `common.yaml` extraConfig values.
Expand Down Expand Up @@ -113,4 +113,4 @@ jupyterhub:
group_profiles:
# https://bcourses.berkeley.edu/courses/1524699/groups#tab-80607
course::1524699::group::all-admins:
admin: true
admin: true

0 comments on commit b41dc73

Please sign in to comment.