[log] fix, log model view permissions (#8993)

Limit MVC access to admin role only and limit REST API permissions
This commit is contained in:
Daniel Vaz Gaspar
2020-01-26 12:15:57 +00:00
committed by GitHub
parent 68e85ab1b6
commit 1f21bf877f
4 changed files with 141 additions and 5 deletions

View File

@@ -115,6 +115,7 @@ class SupersetSecurityManager(SecurityManager):
"Refresh Druid Metadata",
"ResetPasswordView",
"RoleModelView",
"LogModelView",
"Security",
} | USER_MODEL_VIEWS