Skip to content

Commit

Permalink
Merge pull request #5833 from balajialg/ph142_fa24
Browse files Browse the repository at this point in the history
Enable elevated privileges for PH 142 course staff for FA 24
  • Loading branch information
balajialg authored Jul 2, 2024
2 parents b83d17c + 070c7a7 commit 4e2ab7f
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 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

0 comments on commit 4e2ab7f

Please sign in to comment.