mirror of
https://github.com/grafana/grafana.git
synced 2024-11-26 02:40:26 -06:00
RBAC: Add ActionSettingsRead action to general.auth.config writer (#84366)
Add ActionSettingsRead action to general.auth.config writer
This commit is contained in:
parent
c0d0f13a8d
commit
f5c78e0ad9
@ -270,6 +270,10 @@ var (
|
||||
Description: "Read and update the Grafana instance's general authentication configuration.",
|
||||
Group: "Settings",
|
||||
Permissions: []Permission{
|
||||
{
|
||||
Action: ActionSettingsRead,
|
||||
Scope: "settings:auth:oauth_allow_insecure_email_lookup",
|
||||
},
|
||||
{
|
||||
Action: ActionSettingsWrite,
|
||||
Scope: "settings:auth:oauth_allow_insecure_email_lookup",
|
||||
|
Loading…
Reference in New Issue
Block a user