bkjones / pyrabbit

A Python module to communicate w/ the RabbitMQ HTTP Management API
http://pyrabbit.readthedocs.org
BSD 3-Clause "New" or "Revised" License
97 stars 86 forks source link

Rights management doesn't work well with vhosts #39

Open julienr opened 9 years ago

julienr commented 9 years ago

I am using this library with CloudAMQP https://www.cloudamqp.com/ which gives me access to a single vhost. I do not have administrator tags, but I have management and policymaker. Since @needs_admin_privs only checks for admin, it forbids me from calling Client.is_alive on my vhost even though I am allowed to do so (the call succeed with curl).

deslum commented 7 years ago

I fork and update module. Welcome https://github.com/deslum/pyrabbit2