rabbitmq / rabbitmq-auth-backend-http

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

Are client IPs passed through to the webserver? #24

Closed ksynb closed 8 years ago

ksynb commented 8 years ago

I see client IPs within the rabbit logs once clients connect, but I haven't discovered anything in the HTTP headers during auth/requests. Is it possible to pass those through/retrieve them?

Thanks a lot

michaelklishin commented 8 years ago

Please post questions to rabbitmq-users. Authentication and authorization in RabbitMQ are typically built around usernames, somy guess is no.

There is an authz plugin that uses IP addresses.

On 23 mar 2016, at 23:42, syntaks notifications@github.com wrote:

I see within the rabbit logs once clients connect, but I haven't discovered anything in the HTTP headers during auth/requests. Is it possible to pass those through/retrieve them?

Thanks a lot

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub