Skip to content

Commit

Permalink
Enable elevated privileges for Data 6
Browse files Browse the repository at this point in the history
  • Loading branch information
balajialg committed Sep 12, 2024
1 parent b088e33 commit ba0cf88
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 ba0cf88

Please sign in to comment.