Is it possible to run RabbitMQ server with no Authentication/Authorization backend for DEV environment?
I have tried to configure the auth_backends with empty list like:
{auth_backends, []},
But it just deny all connections.
Is it possible to run RabbitMQ server with no Authentication/Authorization backend for DEV environment?
I have tried to configure the auth_backends with empty list like:
{auth_backends, []},
But it just deny all connections.
Why would you want to do that in first place?
You can configure just a username and password, with AMQPLAIN as the authentication method, that should be fairly convenient for development.