[ 
https://issues.apache.org/jira/browse/ARTEMIS-2503?focusedWorklogId=317785&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-317785
 ]

ASF GitHub Bot logged work on ARTEMIS-2503:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 24/Sep/19 19:41
            Start Date: 24/Sep/19 19:41
    Worklog Time Spent: 10m 
      Work Description: brusdev commented on pull request #2851: ARTEMIS-2503 
Improve wildcards for the roles access match
URL: https://github.com/apache/activemq-artemis/pull/2851
 
 
   Improve wildcard support for the key attribute in the roles access
   match element, allowing prefix match for the mBean properties ie
   <match domain="org.apache.activemq.artemis" key="queue=my*">.
 
----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

            Worklog Id:     (was: 317785)
    Remaining Estimate: 0h
            Time Spent: 10m

> Improve wildcards for the roles access match
> --------------------------------------------
>
>                 Key: ARTEMIS-2503
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-2503
>             Project: ActiveMQ Artemis
>          Issue Type: Improvement
>            Reporter: Domenico Bruscino
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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):
> {code:java}
> <match domain="org.apache.activemq.artemis" key="queue=my*">
>    <access method="list*" roles="group2"/>
>    <access method="get*" roles="group2"/>
>    ...
> </match>{code}
> 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.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to