[
https://issues.apache.org/activemq/browse/AMQ-2081?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dejan Bosanac resolved AMQ-2081.
--------------------------------
Resolution: Fixed
Fixed with svn revision 957509
I implemented solution based on provided patch (thanks). This functionality is
turned off by default and should be explicitly turned on using
{{anonymousAccessAllowed}} attribute. Take a look at
https://cwiki.apache.org/confluence/display/ACTIVEMQ/Security#Security-Anonymousaccess
for more info.
> Allow SimpleAuthenticationBroker to assign privileges to 'anonymous' users.
> ---------------------------------------------------------------------------
>
> Key: AMQ-2081
> URL: https://issues.apache.org/activemq/browse/AMQ-2081
> Project: ActiveMQ
> Issue Type: Improvement
> Components: Broker
> Affects Versions: 5.2.0
> Reporter: Ben Poor
> Assignee: Dejan Bosanac
> Priority: Minor
> Fix For: 5.4.0
>
> Attachments: AMQ-2081.diff
>
>
> When using the SimpleAuthenticationBroker, there is currently no way to have
> a combination of 'anonymous' and 'privileged' users.
> For example, setting up an externally accesible queue or topic, it is often
> desirable to allow external users access without having to specify a
> username/password, i.e. read-only. It is similarly desirable to allow
> internal users access on a read/write basis by specifying a username/password.
> It should be possible to instruct the SimpleAuthenticationBroker that users
> without a username/password should be put into a specific group for
> 'anonymous' users, and hence have privileges assigned to them, whilst also
> allowing privileges to be assigned to users that provide authentication
> details.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.