Skip to content

Commit

Permalink
Merge pull request #5883 from balajialg/compss202
Browse files Browse the repository at this point in the history
Enable elevated privilege for COMPS202 instructors
  • Loading branch information
balajialg authored Jul 19, 2024
2 parents 33d1f0e + fa82ef5 commit b5f2896
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::1535590::enrollment_type::teacher
- course::1535590::enrollment_type::ta

# COMPSS 202, Summer 2024, https://github.com/berkeley-dsep-infra/datahub/issues/5861
course-staff-1535811:
# description: Enable course staff to view and access servers.
# # this role provides permissions to...
scopes:
- admin-ui
- list:users!group=course::1535811
- admin:servers!group=course::1535811
- access:servers!group=course::1535811
# # this role will be assigned to...
groups:
- course::1535811::enrollment_type::teacher
- course::1535811::enrollment_type::ta

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

0 comments on commit b5f2896

Please sign in to comment.