Skip to content

Commit

Permalink
Merge pull request #6460 from balajialg/data100_ep
Browse files Browse the repository at this point in the history
Enable elevated privileges for data100 course staff
  • Loading branch information
shaneknapp authored Nov 5, 2024
2 parents 6ff77a7 + 4d208e4 commit 2fcb945
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions deployments/data100/config/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,18 +41,18 @@ jupyterhub:
# this role will be assigned to...
groups:
- course::1524699::group::all-admins
#Data 100, Summer 2024, https://github.com/berkeley-dsep-infra/datahub/issues/5802
course-staff-1535115:
#Data 100, Fall 2024, https://github.com/berkeley-dsep-infra/datahub/issues/6458
course-staff-1537664:
# description: Enable course staff to view and access servers.
# this role provides permissions to...
scopes:
- admin-ui
- list:users!group=course::1535115
- admin:servers!group=course::1535115
- access:servers!group=course::1535115
- list:users!group=course::1537664
- admin:servers!group=course::1537664
- access:servers!group=course::1537664
# this role will be assigned to...
groups:
- course::1535115::group::Admins
- course::1537664::group::Admins
# Econ 148, Spring 2024, DH-225
#course-staff-1532866:
# description: Enable course staff to view and access servers.
Expand Down

0 comments on commit 2fcb945

Please sign in to comment.