Uploaded image for project: 'Qpid'
  1. Qpid
  2. QPID-3844

Management ACL lacks the ability to perform queryMBean operation for non-admin users

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.15
    • 0.15
    • Broker-J
    • None

    Description

      Existing user accounts with limited rights (non admin uses) cannot login into management console due to error: "Permission denied: Access queryMBeans".

      For example, ACL for the guest account can be configured like following

      #Allow 'guest' to perform read operations on the Serverinformation mbean and view logger levels
      ACL ALLOW-LOG guest ACCESS METHOD component="ServerInformation"
      ACL ALLOW-LOG guest ACCESS METHOD component="LoggingManagement" name="viewEffectiveRuntimeLoggerLevels"

      but "guest" user still is not be able to login because current implementation does not allow invocation of queryMBeans operation for non-admin accounts.

      Attachments

        Activity

          People

            robbie Robbie Gemmell
            orudyy Alex Rudyy
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: