rabbitmq-auth-backend-http

199 views
Skip to first unread message

Huseyin Sarkisla

unread,
Jan 21, 2019, 7:01:09 AM1/21/19
to rabbitmq-users
hi all;

we have problem using rabbitmq-auth-backend-http plugin. we use asp.net mvc core example.
 It works itself.  But we enabled the plugin as you mentioned and advanced.config as follows:
[
  {rabbit, [{auth_backends, [rabbit_auth_backend_http]}]},
  {rabbitmq_auth_backend_http,
   [{http_method,   post},
    {user_path,     "http://localhost:53729/auth/user"},
    {vhost_path,    "http://localhost:53729/auth/vhost"},
    {resource_path, "http://localhost:53729/auth/resource"},
    {topic_path,    "http://localhost:53729/auth/topic"}]}
].

After that what should we see? How will the mechanism work?

Sakarya Bilgi İşlem

unread,
Jan 22, 2019, 3:14:20 AM1/22/19
to rabbitmq-users
I have that same problem.  rabbitmq-auth-backend-http  How it works integrated with RabbitMQ?

I'm curious about the solution.

2019-01-22_11-09-56.png



Sakarya Bilgi İşlem

unread,
Jan 25, 2019, 8:55:11 AM1/25/19
to rabbitmq-users
Is there any idea?

Sakarya Bilgi İşlem

unread,
Jan 30, 2019, 4:44:12 PM1/30/19
to rabbitmq-users
@Michael Klishin do you have any idea?

I'm curious about this. How to use.?

Luke Bakken

unread,
Jan 30, 2019, 6:07:01 PM1/30/19
to rabbitmq-users
Hello,

You'll have to let us know some information to be able to help, like what version of RabbitMQ you're using, what Erlang version, and what configuration you're using.

You'll find quite a bit of information here: https://github.com/rabbitmq/rabbitmq-auth-backend-http

Thanks,
Luke

Sakarya Bilgi İşlem

unread,
Jan 31, 2019, 8:42:33 AM1/31/19
to rabbitmq-users
thank you for replying  I use  RabbitMQ Version 3.7.9     Erlang Version : 21.2   rabbitmq-auth-backend-http  : I use  webapi_dotnetcore
  

I can not see information here : https://github.com/rabbitmq/rabbitmq-auth-backend-http

there is only an empty project....

No information about how it works.

thanks in advance
by: seloBaba


Luke Bakken

unread,
Jan 31, 2019, 10:48:31 AM1/31/19
to rabbitmq-users
Hi Sakarya,

I don't know why you're having issues with that link, it works fine - https://github.com/rabbitmq/rabbitmq-auth-backend-http#overview

I have saved the page as a PDF and attached it here.

Your diagram isn't correct. When someone tries to authenticate with RabbitMQ and the rabbitmq_auth_backend_http plugin is enabled and configured to be used, RabbitMQ will make an HTTP call to authenticate / authorize the user and use the result. The user or user application does not directly interact with the HTTP service providing authentication.

More information can be found here - https://www.rabbitmq.com/access-control.html

Thanks,
Luke
rabbitmq_rabbitmq-auth-backend-http_ HTTP-based authorisation and authentication for RabbitMQ.pdf
Reply all
Reply to author
Forward
0 new messages