gtully commented on PR #4820:
URL: 
https://github.com/apache/activemq-artemis/pull/4820#issuecomment-1997338325

   new thought, the two prefixes for the security settings match, jmx and 
mgmt_msg will get in the way of doing filtering of aggregate operations like 
list* on a server control. Ideally your broker.listQueues query would only 
return what you can view. At the level of the control, we don't know if the 
call is from jmx or management messages. So a single prefix would be better.
   Say management_ops, or `mops` as a default, and have a boolean to enable 
more fine grained access control for management messages, when true, it will 
look for the `mops` prefix.


-- 
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: gitbox-unsubscr...@activemq.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to