Skip to content

Commit

Permalink
chore: add catalog_access to OBJECT_SPEC_PERMISSIONS (#29650)
Browse files Browse the repository at this point in the history
  • Loading branch information
betodealmeida authored Jul 19, 2024
1 parent 9487d6c commit ae0edbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions superset/security/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@ class SupersetSecurityManager( # pylint: disable=too-many-public-methods

OBJECT_SPEC_PERMISSIONS = {
"database_access",
"catalog_access",
"schema_access",
"datasource_access",
}
Expand Down

0 comments on commit ae0edbf

Please sign in to comment.