mattcasters commented on issue #8334: URL: https://github.com/apache/hop/issues/8334#issuecomment-5637030487
Working on this in a Hop fork so Hop Web at hop-web.data-hopper.com can expose plugin servlets (starting with hopper-edw `/hop/sourceModelData`). Proposed API (implemented locally): - `@HopServerServlet(requiredPermission = \"run.execute\")` (empty default = still default-deny) - `HopServerEndpointPermissionMapper.register(path, permission)` / `unregister(path)` overlay; built-in paths always win - `IHopServerPlugin.getRequiredPermissionId()` default reads the annotation - `HopServerServlet.registerServlet()` (and Jetty `WebServer`) registers on plugin load Companion issue for Bearer API clients: #8333 -- 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]
