HTTP access denied: rabbit_auth_backend_http failed authenticating rabbit: {failed_connect #13001
-
Describe the bugrabbitmq.conf
use http://data-bridge:18010 There are the following errors use: http://172.19.0.84:18010 is normal Reproduction stepsdocker-compose.yml
Expected behaviorUsing Docker service name and IP yields the same result Additional contextNo response |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
@thousmile - your reproduction steps won't work for us, because you don't provide
|
Beta Was this translation helpful? Give feedback.
-
Here is a complete example that uses a Python/Django based HTTP auth backend: https://github.com/lukebakken/rabbitmq-server-13001/ Logging into the Management UI using the So, the issue must be in your environment. I would start by using a simpler networking setup like mine. |
Beta Was this translation helpful? Give feedback.
Here is a complete example that uses a Python/Django based HTTP auth backend:
https://github.com/lukebakken/rabbitmq-server-13001/
Logging into the Management UI using the
admin
user works correctly.So, the issue must be in your environment. I would start by using a simpler networking setup like mine.