Add fine-grained access control information to the features which now support it (#37303) (#37336)

* Add fine-grained access control information to the features which now support it

* Mention the new permissions in Explore docs

(cherry picked from commit 2c810506a5)

Co-authored-by: Vardan Torosyan <vardants@gmail.com>
This commit is contained in:
Grot (@grafanabot)
2021-07-29 14:29:10 +02:00
committed by GitHub
co-authored by Vardan Torosyan
parent a952824e35
commit 78b225a5c2
6 changed files with 26 additions and 0 deletions
+16
View File
@@ -20,6 +20,14 @@ Refer to specific resources to understand what permissions are required.
Only works with Basic Authentication (username and password). See [introduction](http://docs.grafana.org/http_api/admin/#admin-api) for an explanation.
#### Required permissions
See note in the [introduction]({{< ref "#admin-api" >}}) for an explanation.
Action | Scope
--- | --- |
settings:read | settings:**<br>settings:auth.saml:*<br>settings:auth.saml:enabled (property level)
**Example Request**:
```http
@@ -230,6 +238,14 @@ Status codes:
Only works with Basic Authentication (username and password). See [introduction](http://docs.grafana.org/http_api/admin/#admin-api) for an explanation.
#### Required permissions
See note in the [introduction]({{< ref "#admin-api" >}}) for an explanation.
Action | Scope
--- | --- |
server.stats:read | n/a
**Example Request**:
```http