[rabbitmq-discuss] Advanced per-user authorization
Jonas Schwertfeger
jschwertfeger at gmail.com
Wed Nov 21 16:49:34 GMT 2012
On Wed, Nov 21, 2012 at 5:43 PM, Matthias Radestock
<matthias at rabbitmq.com> wrote:
> For AMQP, the combination of internal exchanges, exchange-to-exchange
> bindings, and RabbitMQ's existing permission system provide enough
> functionality to emulate per-routing-key-pattern access control.
I'm curious, can you give an example of a setup that would allow the following:
User A publishing a message M that only subscribing user B can consume.
What exchanges, queues, bindings and ACLs would you set up?
> Alas if, as you say, the MQTT plug-in can only publish/bind to a specific
> exchange then that won't work.
This wouldn't be too hard to change. But right now, the plugin can't do it.
-Jonas
More information about the rabbitmq-discuss
mailing list