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

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

* Mention the new permissions in Explore docs
This commit is contained in:
Vardan Torosyan
2021-07-29 10:38:46 +02:00
committed by GitHub
parent d51b2630c7
commit 2c810506a5
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