Better plugin loading with security #23338
Labels
bug
Fixes for quality problems that affect the customer experience
Team:Presentation
Presentation Team for Dashboard, Input Controls, and Canvas
Team:Security
Team focused on: Auth, Users, Roles, Spaces, Audit Logging, and more!
As noted in #23266, there's a problem loading plugins when security is enabled. #23334 fixed this by removing auth from the plugin loading route, but that can still leak the plugin code.
That plugin API endpoint shouldn't return anything unless the user is logged in. No redirects, but also no content.
This is probably blocked by the fix for #23303.
The text was updated successfully, but these errors were encountered: