Skip to content

Commit

Permalink
Merge pull request #6162 from balajialg/data6
Browse files Browse the repository at this point in the history
Enable elevated privileges for Data 6 course staff
  • Loading branch information
balajialg authored Sep 12, 2024
2 parents 920bd19 + ba0cf88 commit 389823d
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 @@ -117,6 +117,19 @@ jupyterhub:
- course::1538138::enrollment_type::teacher
- course::1538138::enrollment_type::ta

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

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

0 comments on commit 389823d

Please sign in to comment.