mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
[log] fix, log model view permissions (#8993)
Limit MVC access to admin role only and limit REST API permissions
This commit is contained in:
committed by
GitHub
parent
68e85ab1b6
commit
1f21bf877f
@@ -115,6 +115,7 @@ class SupersetSecurityManager(SecurityManager):
|
||||
"Refresh Druid Metadata",
|
||||
"ResetPasswordView",
|
||||
"RoleModelView",
|
||||
"LogModelView",
|
||||
"Security",
|
||||
} | USER_MODEL_VIEWS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user