Skip to content

Commit

Permalink
chore(security): Remove obsolete FAB metric_access permission (#16860)
Browse files Browse the repository at this point in the history
* Update manager.py

* Update manager.py

* Update manager.py

* Update manager.py
  • Loading branch information
john-bodley committed Feb 28, 2022
1 parent 760dab9 commit 85f0715
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion superset/security/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand Down

0 comments on commit 85f0715

Please sign in to comment.