You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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 callingClient.is_alive
on my vhost even though I am allowed to do so (the call succeed with curl).The text was updated successfully, but these errors were encountered: