mirror of https://github.com/grafana/grafana
Docs: Update Permissions documentation (#28144)
* removed overview.md * content updates * Update datasource_permissions.md * update content * content updates * Update organization_roles.md * Update docs/sources/enterprise/saml.md Co-authored-by: Kyle Brandt <kyle@grafana.com> * Update dashboard_folder_permissions.md Co-authored-by: Kyle Brandt <kyle@grafana.com>pull/28153/head
parent
768392f45f
commit
1a0690c837
@ -1,32 +0,0 @@ |
||||
+++ |
||||
title = "Grant dashboard and folder permissions" |
||||
keywords = ["grafana", "configuration", "documentation", "dashboard", "folder", "permissions", "teams"] |
||||
type = "docs" |
||||
[menu.docs] |
||||
identifier = "grant-dashboard-and-folder-permissions" |
||||
parent = "permissions" |
||||
weight = 10 |
||||
+++ |
||||
|
||||
# Grant dashboard and folder permissions |
||||
|
||||
Grant permission to dashboards and folders to control who can access them. |
||||
|
||||
## Grant folder permissions |
||||
|
||||
1. In the sidebar, hover your mouse over the **Dashboards** (squares) icon and then click **Manage**. |
||||
1. Hover your mouse cursor over a folder and click the gear icon to the right. |
||||
1. Go to the **Permissions** tab, and then click **Add Permission**. |
||||
1. In the **Add Permission For** dialog, select **User** or **Team**. |
||||
1. In the second box, select the user or team to add permission for. |
||||
1. In the third box, select the permission you want to add. |
||||
1. Click **Save**. |
||||
|
||||
## Grant dashboard permissions |
||||
|
||||
1. In the top right corner of your dashboard, click the cog icon to go to **Dashboard settings**. |
||||
1. Go to the **Permissions** tab, and click **Add Permission**. |
||||
1. In the **Add Permission For** dialog, select **User** or **Team**. |
||||
1. In the second box, select the user or team to add permission for. |
||||
1. In the third box, select the permission you want to add. |
||||
1. Click **Save**. |
@ -1,56 +0,0 @@ |
||||
+++ |
||||
title = "Overview" |
||||
description = "Overview for permissions" |
||||
keywords = ["grafana", "configuration", "documentation", "admin", "users", "datasources", "permissions"] |
||||
type = "docs" |
||||
aliases = ["/docs/grafana/latest/reference/admin", "/docs/grafana/latest/administration/permissions/"] |
||||
[menu.docs] |
||||
name = "Overview" |
||||
identifier = "overview-permissions" |
||||
parent = "permissions" |
||||
weight = 1 |
||||
+++ |
||||
|
||||
# Permissions Overview |
||||
|
||||
Grafana users have permissions that are determined by their: |
||||
|
||||
- **Organization Role** (Admin, Editor, Viewer) |
||||
- Via **Team** memberships where the **Team** has been assigned specific permissions. |
||||
- Via permissions assigned directly to user (on folders, dashboards, data sources) |
||||
- The Grafana Admin (i.e. Super Admin) user flag. |
||||
|
||||
## Users |
||||
|
||||
Grafana supports a wide variety of internal and external ways for users to authenticate themselves. These include from its own integrated database, from an external SQL server, or from an external LDAP server. |
||||
|
||||
## Grafana Admin |
||||
|
||||
This admin flag makes user a `Super Admin`. This means they can access the `Server Admin` views where all users and organizations can be administrated. |
||||
|
||||
## Organization Roles |
||||
|
||||
Users can belong to one or more organizations. A user's organization membership is tied to a role that defines what the user is allowed to do |
||||
in that organization. Grafana supports multiple *organizations* in order to support a wide variety of deployment models, including using a single Grafana instance to provide service to multiple potentially untrusted organizations. |
||||
|
||||
In most cases, Grafana is deployed with a single organization. |
||||
|
||||
Each organization can have one or more data sources. |
||||
|
||||
All dashboards are owned by a particular organization. |
||||
|
||||
> **Note:** Most metric databases do not provide per-user series authentication. This means that organization data sources and dashboards are available to all users in a particular organization. |
||||
|
||||
Refer to [Organization roles]({{< relref "../permissions/organization_roles.md" >}}) for more information. |
||||
|
||||
|
||||
## Dashboard and Folder Permissions |
||||
|
||||
Dashboard and folder permissions allow you to remove the default role based permissions for Editors and Viewers and assign permissions to specific **Users** and **Teams**. Learn more about [Dashboard and Folder Permissions]({{< relref "dashboard_folder_permissions.md" >}}). |
||||
|
||||
## Data source permissions |
||||
|
||||
Per default, a data source in an organization can be queried by any user in that organization. For example a user with `Viewer` role can still |
||||
issue any possible query to a data source, not just those queries that exist on dashboards he/she has access to. |
||||
|
||||
Data source permissions allows you to change the default permissions for data sources and restrict query permissions to specific **Users** and **Teams**. Read more about [data source permissions]({{< relref "../enterprise/datasource_permissions.md" >}}). |
Loading…
Reference in new issue