Information needed regarding rabbitmq-auth-backend-http #2661
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
michaelklishin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am new to rabbitmq and I have created a Go-based HTTP backend with reference to sample HTTP backends provided in the rabbitmq codebase. Although things seem to be working fine as far as publishing and consuming messages are concerned.
I could really use some help in getting some clarification for a few things!
The admin have (administrator) tag, while a normal user have (monitoring) tag
References
https://www.rabbitmq.com/management.html
https://github.com/rabbitmq/rabbitmq-server/tree/master/deps/rabbitmq_auth_backend_http
https://rawcdn.githack.com/rabbitmq/rabbitmq-management/v3.8.9/priv/www/api/index.html
Beta Was this translation helpful? Give feedback.
All reactions