PackageJson: Prettify markdown/mdx on commit with lint-staged (#37616)
* Format md,mdx files with prettier on lint-staged * Manually run prettier on docs/sources
This commit is contained in:
@@ -8,16 +8,18 @@ weight = 50
|
||||
|
||||
# Permissions
|
||||
|
||||
> Refer to [Fine-grained access Control]({{< relref "../enterprise/access-control/_index.md" >}}) in Grafana Enterprise for managing access with fine-grained permissions.
|
||||
> Refer to [Fine-grained access Control]({{< relref "../enterprise/access-control/_index.md" >}}) in Grafana Enterprise for managing access with fine-grained permissions.
|
||||
|
||||
What you can do in Grafana is defined by the _permissions_ associated with your user account.
|
||||
|
||||
There are three types of permissions:
|
||||
|
||||
- Permissions granted as a Grafana Server Admin
|
||||
- Permissions associated with your role in an organization
|
||||
- Permissions granted to a specific folder or dashboard
|
||||
|
||||
You can be granted permissions based on:
|
||||
|
||||
- Grafana Server Admin status.
|
||||
- Organization role (Admin, Editor, or Viewer).
|
||||
- Folder or dashboard permissions assigned to your team (Admin, Editor, or Viewer).
|
||||
|
||||
@@ -23,20 +23,20 @@ All dashboards are owned by a particular organization.
|
||||
|
||||
The table below compares what each role can do. Read the sections below for more detailed explanations.
|
||||
|
||||
| | Admin | Editor | Viewer |
|
||||
|:---|:--:|:--:|:--:|
|
||||
| View dashboards | x | x | x |
|
||||
| Add, edit, delete dashboards | x | x | |
|
||||
| Add, edit, delete folders | x | x | |
|
||||
| View playlists | x | x | x |
|
||||
| Create, update, delete playlists | x | x | |
|
||||
| Access Explore | x | x | |
|
||||
| Add, edit, delete data sources | x | | |
|
||||
| Add and edit users | x | | |
|
||||
| Add and edit teams | x | | |
|
||||
| Change organizations settings | x | | |
|
||||
| Change team settings | x | | |
|
||||
| Configure app plugins | x | | |
|
||||
| | Admin | Editor | Viewer |
|
||||
| :------------------------------- | :---: | :----: | :----: |
|
||||
| View dashboards | x | x | x |
|
||||
| Add, edit, delete dashboards | x | x | |
|
||||
| Add, edit, delete folders | x | x | |
|
||||
| View playlists | x | x | x |
|
||||
| Create, update, delete playlists | x | x | |
|
||||
| Access Explore | x | x | |
|
||||
| Add, edit, delete data sources | x | | |
|
||||
| Add and edit users | x | | |
|
||||
| Add and edit teams | x | | |
|
||||
| Change organizations settings | x | | |
|
||||
| Change team settings | x | | |
|
||||
| Configure app plugins | x | | |
|
||||
|
||||
If you are running Grafana Enterprise, you can grant and revoke access by using fine-grained roles and permissions, refer to [Fine-grained access Control]({{< relref "../enterprise/access-control/_index.md" >}}) for more information.
|
||||
|
||||
@@ -73,6 +73,7 @@ This role can be changed with the Grafana server setting [editors_can_admin]({{<
|
||||
- Cannot manage other organizations, users, and teams.
|
||||
|
||||
This role can be changed with the Grafana server setting [viewers_can_edit]({{< relref "../administration/configuration.md#viewers-can-edit" >}}). If you set this to `true`, then users with the Viewer role can:
|
||||
|
||||
- Make transient dashboard edits, meaning they can modify panels and queries but not save the changes or create new dashboards.
|
||||
- Access and use [Explore]({{< relref "../explore/_index.md" >}}).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user