chore(security): Remove obsolete FAB metric_access permission (#16860)

* Update manager.py

* Update manager.py

* Update manager.py

* Update manager.py
This commit is contained in:
John Bodley 2022-03-01 08:35:55 +13:00 committed by GitHub
parent 760dab9abd
commit 85f0715644
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -210,7 +210,6 @@ class SupersetSecurityManager( # pylint: disable=too-many-public-methods
"database_access",
"schema_access",
"datasource_access",
"metric_access",
}
ACCESSIBLE_PERMS = {"can_userinfo", "resetmypassword"}