Davidsoff opened a new issue, #33548: URL: https://github.com/apache/superset/issues/33548
### Bug description When enabling the dynamic plugins feature flag, the embedded public dashboards break with a 403 Denied error (see attached screenshot). Important to not is that we haven't added any dynamic plugins to the superset instance yet. Adding `can List on DynamicPlugin` to the public role fixes the issue. We haven't tried adding a dynamic plugin to one of our public dashboards yet, so I can't comment on other rights needed for actually displaying. ### Screenshots/recordings <img width="1122" alt="Image" src="https://github.com/user-attachments/assets/6c5500c8-8b86-4a56-a2f5-f19e393b137a" /> ### Superset version 4.1.2 ### Python version Not applicable ### Node version Not applicable ### Browser Not applicable ### Additional context ## feature flags `"DYNAMIC_PLUGINS": True` ## Dynamic plugins None  ### Checklist - [x] I have searched Superset docs and Slack and didn't find a solution to my problem. - [x] I have searched the GitHub issue tracker and didn't find a similar bug report. - [x] I have checked Superset's logs for errors and if I found a relevant Python stacktrace, I included it here as text in the "additional context" section. -- 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]
