rabbitmq/rabbitmq-auth-backend-http

Not getting anything from rabbitmq_auth_backend_http to Rest path at /auth/user

Amithpn opened this issue · 4 comments

We are not receiving any data to the rest path /auth/user while i try to login to Management UI also while trying to connect to MQTT plugin.

My rest path returning 200 with "allow".

Also rabbitmq_auth_backend_http plugin somehow tries to hit on /auth/user even though not provided in config file.

Please someone explain me whats happening. Any help is appreciated.

Please post questions to rabbitmq-users or Stack Overflow. RabbitMQ uses GitHub issues for specific actionable items engineers can work on, not questions. Thank you.

@Amithpn if you use this backend you must implement HTTP endpoints for all operations.

@michaelklishin Thanks for the quick reply. Actually i have implemented all endpoints. But i just wanted to know how can i override the default behavior of hitting server_name with 8000 port?

Questions belong to the mailing list.