rabbit_auth_backend_http or rabbitmq_auth_backend_http?
edmandiesamonte opened this issue · 2 comments
edmandiesamonte commented
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_httpBut apparently (upon running rabbitmq-plugins list) it should be:
$ rabbitmq-plugins enable rabbitmq_auth_backend_httpIt 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
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
Awesome! Thanks, @michaelklishin