Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable elevated privileges for PH 142 course staff for FA 24 #5833

Merged
merged 2 commits into from
Jul 2, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
balajialg marked this conversation as resolved.
Show resolved Hide resolved
Loading