rabbitmq / rabbitmq-auth-backend-http

HTTP-based authorisation and authentication for RabbitMQ
Other
199 stars 72 forks source link

rabbit_auth_backend_http or rabbitmq_auth_backend_http? #65

Closed edmandiesamonte closed 6 years ago

edmandiesamonte commented 6 years ago

README.md seems a little confusing for beginners like me.

I tried to install RabbitMQ on Mac via brew and I tried enabling this plugin. I keep running:

$ rabbitmq-plugins enable rabbit_auth_backend_http

But apparently (upon running rabbitmq-plugins list) it should be:

$ rabbitmq-plugins enable rabbitmq_auth_backend_http

It is not enabled by default so I settled to do that command.

Just ignore this if I'm just misunderstanding the README.md. Thanks.

michaelklishin commented 6 years ago

The README never mentions the name of the plugin, only module name in the classic config format. We will add a line that explains how to enable it.

edmandiesamonte commented 6 years ago

Awesome! Thanks, @michaelklishin