You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Jonas Klemming (JIRA)" <ji...@apache.org> on 2011/04/18 10:40:05 UTC

[jira] [Updated] (QPID-3209) Allow variables like authenticated username in ACL rules

     [ 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:dev-subscribe@qpid.apache.org