OliverGras commented on issue #31872: URL: https://github.com/apache/superset/issues/31872#issuecomment-3919205793
Hi everyone, I also have the same issue with Guest User in Embedded Dashboarding. I got a solution which solves the issue for our cases: As you know for guest users a so called "GUEST_ROLE_NAME" has to be defined in superset. At first I gave this role all permissions. Turns out that was a mistake. Stripping the permissions of this role down to only "can read..." permissions fixes the issue for us. All the charts are loading data in embedded dashboarding. However I think this should be properly fixed in superset embedded dashboard SDK or security handler itself. -- 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]
