Skip to content

Commit

Permalink
Enable elevated privileges for ER131 course staff
Browse files Browse the repository at this point in the history
  • Loading branch information
balajialg committed Sep 11, 2024
1 parent e3aa0b1 commit ba56205
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions deployments/datahub/config/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,19 @@ jupyterhub:
- course::1538361::enrollment_type::teacher
- course::1538361::enrollment_type::ta

# ER 131, Fall 2024, https://github.com/berkeley-dsep-infra/datahub/issues/6137
course-staff-1538017:
# description: Enable course staff to view and access servers.
# # this role provides permissions to...
scopes:
- list:users!group=course::1538017
- admin:servers!group=course::1538017
- access:servers!group=course::1538017
# # this role will be assigned to...
groups:
- course::1538017::enrollment_type::teacher
- course::1538017::enrollment_type::ta

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

0 comments on commit ba56205

Please sign in to comment.