Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.2.3, 3.3.1
-
None
Description
Currently, access to the JMX console access is being controlled by a JAAS login module. Once logged in to the JMX console, every user is allowed to do anything with the provided MBeans.
This issue aims to add support for basic authorization control as well as provide a hook for implementing more fine-grained authorization schemes. The basic scheme should allow 'admin' users to do anything and limit the normal users to read-only operations.