mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
chore: get embedded user with roles and permissions (#19813)
* feat: get user roles endpoint * add tests * fix test * get user with permission and roles with full user * frontend * type juggling * the hash slinging slasher * user reducer and action * make it happy * result * lint Co-authored-by: Lily Kuang <lily@preset.io>
This commit is contained in:
committed by
GitHub
parent
7657e42cff
commit
7f8279b4b3
@@ -889,6 +889,7 @@ class TestRolePermission(SupersetTestCase):
|
||||
["AuthDBView", "login"],
|
||||
["AuthDBView", "logout"],
|
||||
["CurrentUserRestApi", "get_me"],
|
||||
["CurrentUserRestApi", "get_my_roles"],
|
||||
# TODO (embedded) remove Dashboard:embedded after uuids have been shipped
|
||||
["Dashboard", "embedded"],
|
||||
["EmbeddedView", "embedded"],
|
||||
|
||||
Reference in New Issue
Block a user