Skip to content

Commit

Permalink
Merge pull request #5836 from balajialg/data8_su24
Browse files Browse the repository at this point in the history
Providing elevated privileges for Data 8 course staff
  • Loading branch information
balajialg authored Jul 3, 2024
2 parents 2a5a9a5 + 161b97c commit d7cde6e
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 @@ -56,19 +56,19 @@ jupyterhub:
# - course::N::enrollment_type::teacher
# - course::N::enrollment_type::ta

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

singleuser:
extraFiles:
Expand Down

0 comments on commit d7cde6e

Please sign in to comment.