-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #16 from ryanlovett/fix-images
Fix a lot of markdown syntax.
- Loading branch information
Showing
11 changed files
with
147 additions
and
129 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,18 @@ | ||
# Accessing Elevated Privileges in a Hub | ||
--- | ||
title: Accessing Elevated Privileges in a Hub | ||
--- | ||
|
||
```{note} | ||
Curious about elevated privileges in DataHub? If yes, read below! | ||
``` | ||
|
||
**What does elevated privilege in an hub mean?** | ||
## What are elevated privileges? | ||
|
||
Elevated privilege provides the necessary features required to troubleshoot students notebook interface in the hub. If you are an admin user, you can do the following, | ||
Elevated privilege enable course staff to troubleshoot students notebook interface in the hub. If you have such privileges, you can: | ||
|
||
1. You can start and stop the students' server in your dedicated hub | ||
2. You can access the student server to debug issues in their notebook | ||
1. Start and stop students' servers | ||
2. Access students' servers to debug issues | ||
|
||
```{warning} | ||
Elevated privileges are hub-wide. If you have a GSI teaching your course using a particular hub but is acting as a student in another course which uses the same hub, then this can result in a conflict of interest. Please report such scenarios to the infrastructure team so that we can take the necessary corrective action. | ||
|
@@ -26,7 +28,7 @@ Check this image to know your privileges for the admin option, | |
Here is how the admin dashboard looks like! | ||
``` | ||
|
||
**How do I get elevated privileges?** | ||
## Obtaining Elevated Privileges | ||
|
||
We generally recommend the teaching team alone to have elevated privileges in the hubs they use for the instructional purposes. If you satisfy the above criteria, please create a request using this [template](https://github.com/berkeley-dsep-infra/datahub/issues/new?assignees=&labels=support&template=admin_request.yml).The infrastructure team will assist in the process of assigning elevated privileges to the instructors. | ||
|
||
|
@@ -47,9 +49,9 @@ To assign elevated privileges to a set of people other than all course staff, fo | |
If you need any help during this process of creating bcourses groups, please reach out to [email protected]. Please keep in mind that the bcourses page for the course should be published so that users requiring elevated privileges actually have the required access. | ||
``` | ||
|
||
**How do I navigate to the admin portal?** | ||
## Admin Interface | ||
|
||
Please follow the steps below to navigate admin interface, | ||
Follow the steps below to navigate admin interface: | ||
|
||
- Login to your hub instance | ||
- Click the admin option from the top bar | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.