RabbitMQ scaler documentation should be more clear abuot vhost #389
Labels
docs:improvement-required
All issues where docs should be improved
docs
good first issue
Good for newcomers
Hacktoberfest
help wanted
Looking for support from community
scaler-rabbit-mq
stale
All issues that are marked as stale due to inactivity
RabbitMQ can have many vhosts (each holding many queues)
a user might be permitted to read just some vhosts.
when one tries to use a user that can access just some vhost - one get the following messages:
error establishing rabbitmq connection: Exception (403) Reason: \"no access to this vhost\""
using url notation like specified here: https://www.rabbitmq.com/uri-spec.html (e.g. amqp://1.1.11:5672/vhost) - solves this.
it would be helpful to have documentation state that clearly.
The text was updated successfully, but these errors were encountered: