SAML UI: Fix permissions for fixed:authentication.config:writer role (#67290)

* SAML UI: Fix permissions for fixed:authentication.config:writer role

* Remove read permissions for auth settings
This commit is contained in:
Alexander Zobnin
2023-04-27 15:46:47 +02:00
committed by GitHub
parent 0a9240aeba
commit 1d99500b3e
3 changed files with 2 additions and 10 deletions
-8
View File
@@ -178,18 +178,10 @@ var (
Description: "Read and update authentication configuration and access configuration UI.",
Group: "Settings",
Permissions: []Permission{
{
Action: ActionSettingsRead,
Scope: ScopeSettingsAuth,
},
{
Action: ActionSettingsRead,
Scope: ScopeSettingsSAML,
},
{
Action: ActionSettingsWrite,
Scope: ScopeSettingsAuth,
},
{
Action: ActionSettingsWrite,
Scope: ScopeSettingsSAML,