Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
5.16.4
-
None
Description
Everybody granted full privileges on /api/* in jetty.xml
Before fixing AMQ-5388, the ContstraintMapping for the "user" role contained the path part "/api/*", thus binding any API call to the "user" role.
With the fix for AMQ-5388 the path part "/api/*" was removed. This has the effect that a request to "/api/message/..." or "/api/jolokia/..." is allowed to everybody.
IMHO the path part "/api/*" should be added back to the ContstraintMapping mapping.
Attachments
Issue Links
- is caused by
-
AMQ-5388 User Role Granted Full Privileges in jetty.xml
- Resolved