Skip to content

Commit

Permalink
Merge pull request #6767 from balajialg/econ148_ep
Browse files Browse the repository at this point in the history
Enable elevated privileges for Econ 148
  • Loading branch information
balajialg authored Feb 10, 2025
2 parents 29c9226 + 66e03e9 commit 000491d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions deployments/datahub/config/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,20 @@ jupyterhub:
- course::1541622::enrollment_type::teacher
- course::1541622::enrollment_type::ta

# Econ 148, Spring 2025, https://github.com/berkeley-dsep-infra/datahub/issues/6766
course-staff-1541056:
# description: Enable course staff to view and access servers.
# # this role provides permissions to...
scopes:
- admin-ui
- list:users!group=course::1541056
- admin:servers!group=course::1541056
- access:servers!group=course::1541056
# # this role will be assigned to...
groups:
- course::1541056::enrollment_type::teacher
- course::1541056::enrollment_type::ta

nodeSelector:
hub.jupyter.org/pool-name: core-pool-2024-05-08
initContainers:
Expand Down

0 comments on commit 000491d

Please sign in to comment.