rickscolaro opened a new issue, #21211: URL: https://github.com/apache/superset/issues/21211
Hello, I'm working on a Vue.js project and I would like to embed some dashboards in my application. For that reason, I decided to use the latest docker image apache/superset latest-dev To get it done, I followed the official tutorial on Superset's GitHub: https://github.com/apache/superset/tree/master/superset-embedded-sdk The problem is: For each user of my application, they're going to have a specific Role, and for each Role, it is going to have a specific list of Row Level Security. I'm trying to use the endpoint "guest_token", binding the specific User created within superset. But everytime it returns me a user with a Public Role, no matter the specific user who I Bound in the token, it always get ignored, showing the public role dashboard, and it is not what I'm looking for. The Questions are: Is there any way, by the guest_token, access these dashboards with users created within Superset with their List Roles and Row Level Security? Am I going to the right way? Has someone passed through this particular problem? Following my problem’s example, I have a logged and autheticated user called “richard”  It has two Row Level Security Filter, “Rick” and “Rick2”, which are assigned to a role called “Wii Platform”  With these configurations, the filter can’t be applied, because it is logged with public role, and my role is Wii Platform   But, if I add a Public role, the ‘Wii Platform” role filter is applied   -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
