<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Thanks for clearing that up Matthias. The documentation for the plugin should probably change, as the line "set the value of the <code>auth_backends</code> configuration item
for the <code>rabbit</code> application" makes it sound like this is an item that be passed to the rabbit application in the ordinary OTP sense. Perhaps "set the value of the <code>auth_backends</code> configuration item
for the <code>rabbit</code> application as per the instructions in in&nbsp;<a href="http://www.rabbitmq.com/configure.html#configuration-file">http://www.rabbitmq.com/configure.html#configuration-file</a>" would be a good general pattern for plugin documentation to follow, just for those cases where users have jumped straight to trying to configure the plugin without reading all of the rabbit documentation?</div><br><div><div>On 3 Jul 2012, at 08:49, Matthias Radestock wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>On 03/07/12 08:19, Tim Watson wrote:<br><blockquote type="cite">No that doesn't look right to me. First of all, I would expect the<br></blockquote><blockquote type="cite">rabbitmq_auth_backend_http config element to reside inside of the 'env'<br></blockquote><blockquote type="cite">list - please bare in mind I've never used this plugin before so I could<br></blockquote><blockquote type="cite">be mistaken, but AFAIK you cannot set this at the top level. So it would be<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">{env, [<br></blockquote><blockquote type="cite">{rabbitmq_auth_backend_http, .....<br></blockquote><blockquote type="cite">]}<br></blockquote><br>Er, no. The plugin gets configured like any other plug-in: by placing an appropriate entry into the rabbitmq.config file (*not* .app). See <a href="http://www.rabbitmq.com/configure.html#configuration-file">http://www.rabbitmq.com/configure.html#configuration-file</a><br><br><blockquote type="cite">Also, you appear to still be missing the {rabbit, [{auth_backends,<br></blockquote><blockquote type="cite">[rabbit_auth_backend_http]}]} entry that the example in the README file<br></blockquote><blockquote type="cite">instructs you to add. This should also go inside the env AFAICT.<br></blockquote><br>Ditto.<br><br>Matthias.<br></div></blockquote></div><br></body></html>