[ 
https://issues.apache.org/jira/browse/QPID-3209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jonas Klemming updated QPID-3209:
---------------------------------

    Description: 
It would be very useful to allow rules to contain variables like authenticated 
username. 

One usecase is when you need to create a separate queue for each user. 
Instead of creating lots of rules you could just write:

acl allow ${username} all queue name=myqueue.${username} 

  was:
It would be very useful to allow rules to contain variables like authenticated 
username. 

One usecase is when you need to create a separate queue for each user. 
Instead of creating lots of rules you could just write:

acl allow publisher all queue name=myqueue.${username} 


> Allow variables like authenticated username in ACL rules
> --------------------------------------------------------
>
>                 Key: QPID-3209
>                 URL: https://issues.apache.org/jira/browse/QPID-3209
>             Project: Qpid
>          Issue Type: Improvement
>          Components: C++ Broker
>            Reporter: Jonas Klemming
>            Priority: Minor
>
> It would be very useful to allow rules to contain variables like 
> authenticated username. 
> One usecase is when you need to create a separate queue for each user. 
> Instead of creating lots of rules you could just write:
> acl allow ${username} all queue name=myqueue.${username} 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:[email protected]

Reply via email to