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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user