txlong poll reads any queue
Bug #900579 reported by
Robert Collins
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
txlongpoll |
Triaged
|
High
|
Unassigned |
Bug Description
This seems undesirable to me, because any misconfiguration in permissions would trivially allow effectively direct access to suck down messages. (We've had misconfigurations sneak in).
I suggest that txlongpoll itself enforce the queue namespace we have (longpoll + random) giving us a defence in depth approach.
This is needed to go live with txlongpoll.
tags: | added: lonjgpoll |
tags: |
added: longpoll removed: lonjgpoll |
description: | updated |
To post a comment you must log in.
Can this be addressed with RabbitMQ's access control mechanisms [1]
which appear to allow quite fine-grained control over what users may
do?
[1] http:// www.rabbitmq. com/access- control. html