Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Please improve wildcard support for the key element in the roles access <match> element.
ATMÂ you can NOT apply a restriction across a set of queue instances starting with the same prefix (like below):
<match domain="org.apache.activemq.artemis" key="queue=my*"> <access method="list*" roles="group2"/> <access method="get*" roles="group2"/> ... </match>
If queues are created dynamically and only a queue name "prefix" is known in advance; JMX RBAC cannot be used to restrict access in this case.
Attachments
Issue Links
- links to