You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## What?
Support logging (at INFO level) the reason provided by the HTTP auth backend why
authentication or autorisation was denied.
## Why?
* Security and compliance often require detailed logs of why access was denied
* Operational debugging: Operators see immediately in RabbitMQ logs why
authentication/authorization failed without checking the HTTP backend logs
## How?
The HTTP body returned by the HTTP auth server is allowed to be `deny <Reason>`
where `<Reason>` is any text that will be logged by RabbitMQ at INFO level.
0 commit comments