Skip to content

Commit

Permalink
Enable elevated privileges for econ 140
Browse files Browse the repository at this point in the history
  • Loading branch information
balajialg committed Sep 11, 2024
1 parent ba56205 commit 7120560
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 @@ -104,6 +104,19 @@ jupyterhub:
- course::1538017::enrollment_type::teacher
- course::1538017::enrollment_type::ta

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

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

0 comments on commit 7120560

Please sign in to comment.