Skip to content

Commit

Permalink
Merge pull request #6662 from balajialg/data8_gsi
Browse files Browse the repository at this point in the history
Enable elevated privileges for data 8 staff
  • Loading branch information
balajialg authored Jan 17, 2025
2 parents 30fb48c + a9e16a9 commit 25923ed
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions deployments/data8/config/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,19 +68,19 @@ jupyterhub:
# - course::N::enrollment_type::teacher
# - course::N::enrollment_type::ta

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

singleuser:
extraFiles:
Expand Down

0 comments on commit 25923ed

Please sign in to comment.