Skip to content

Commit

Permalink
Merge pull request #6724 from balajialg/data101_ep
Browse files Browse the repository at this point in the history
Add configs to enable elevated privileges for data 101 course staff
  • Loading branch information
felder authored Jan 28, 2025
2 parents fb81788 + e0385be commit 4e8c4c8
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions deployments/data101/config/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,19 +56,19 @@ jupyterhub:
# groups:
# - course::N::group::Admins

# Data 101, Fall 2024, #https://jira-secure.berkeley.edu/browse/DH-364
#course-staff-1536858:
# Data 101, Spring 2025, #https://github.com/berkeley-dsep-infra/datahub/issues/6722
course-staff-1542742:
# 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
scopes:
- admin-ui
- list:users!group=course::1542742
- admin:servers!group=course::1542742
- access:servers!group=course::1542742
# this role will be assigned to...
#groups:
# - course::1536858::enrollment_type::teacher
#- course::1536858::enrollment_type::ta
groups:
- course::1542742::enrollment_type::teacher
- course::1542742::enrollment_type::ta

extraConfig:
data101-new-db: |
Expand Down

0 comments on commit 4e8c4c8

Please sign in to comment.