[
https://issues.apache.org/jira/browse/ARTEMIS-592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17271626#comment-17271626
]
ASF subversion and git services commented on ARTEMIS-592:
---------------------------------------------------------
Commit 9319f0c8c8a844b91d33755541ac5e5e623b3c49 in activemq-artemis's branch
refs/heads/master from Justin Bertram
[ https://gitbox.apache.org/repos/asf?p=activemq-artemis.git;h=9319f0c ]
ARTEMIS-3012 incorrect fallback consumer authorization
The fallback consumer authorization implemented in ARTEMIS-592 needs to
check for an *exact* security-settings match otherwise in certain
configurations a more general and more permissive setting might
be used instead of the intended more specific and more restrictive
setting.
> Allow fine grain access control (durable subscriptions)
> -------------------------------------------------------
>
> Key: ARTEMIS-592
> URL: https://issues.apache.org/jira/browse/ARTEMIS-592
> Project: ActiveMQ Artemis
> Issue Type: Improvement
> Reporter: Lionel Cons
> Assignee: Justin Bertram
> Priority: Major
> Fix For: 1.4.0
>
>
> According to the documentation:
> {quote}
> Apache ActiveMQ Artemis allows sets of permissions to be defined against the
> queues based on their address.
> {quote}
> Two different subscriptions on the same topic will have the same address (the
> topic), only their name will change. So it seems they will get the same
> permissions.
> Could you please allow fine grain access control to be able to set different
> permissions to different durable subscriptions of the same topic?
--
This message was sent by Atlassian Jira
(v8.3.4#803005)