Uploaded image for project: 'AMQ Broker'
  1. AMQ Broker
  2. ENTMQBR-4655

Hawtio : "Browse Queue" tab is missing for readonly user

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • None
    • AMQ 7.8.1.GA
    • console
    • None
    • False
    • False
    • User Experience
    • -
    • Undefined
    • Workaround Exists
    • Hide
      1. Browse the messages via "Operation tab".
      2. Browse the messages via command line. 

       

      Adding the count privilege to the management.xml enables the browse view in the console:

       

      <match domain="org.apache.activemq.artemis">
          <access method="list*" roles="readonly,amq"/>
          <access method="get*" roles="readonly,amq"/>
          <access method="is*" roles="readonly,amq"/>
          <access method="browse*" roles="readonly,amq"/>
          <access method="count*" roles="readonly,amq"/>
          <access method="set*" roles="amq"/>
          <access method="*" roles="amq"/>
       </match>
      Show
      Browse the messages via "Operation tab". Browse the messages via command line.    Adding the count privilege to the management.xml enables the browse view in the console:   <match domain= "org.apache.activemq.artemis" >    <access method= "list*" roles= "readonly,amq" />    <access method= "get*" roles= "readonly,amq" />    <access method= "is*" roles= "readonly,amq" />    <access method= "browse*" roles= "readonly,amq" />    <access method= "count*" roles= "readonly,amq" />    <access method= "set*" roles= "amq" />    <access method= "*" roles= "amq" /> </match>
      1. Start the broker. Create a readonly user. 
      2. Login to hawtio console using readonly user and navigate to queue.
      3. Check the tabs.  "Browse Queue" tab is missing. Refer attached screen shot. 

    Description

      AMQ 7.8.1 In Hawtio, "Browse Queue" tab is missing for readonly user

      Attachments

        Issue Links

          Activity

            People

              rhn-support-jbertram Justin Bertram
              rhn-support-vkamble Varsha Kamble
              Oleg Sushchenko Oleg Sushchenko
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: