Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable elevated privileges for BIOE C131 in DataHub #6144

Merged
merged 2 commits into from
Sep 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion deployments/datahub/config/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,20 @@ jupyterhub:
# # this role will be assigned to...
groups:
- course::1536576::enrollment_type::teacher
- course::1536576::enrollment_type::ta
- course::1536576::enrollment_type::ta

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

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