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
* The HTTP Auth Backend can now optionally provide a custom authorization denial reason to AMQP clients.
93
-
94
-
To opt in, return `deny <Reason>` (instead of only `deny`) in the HTTP response body of your HTTP auth backend and set the following in your `rabbitmq.conf` file:
95
-
96
-
```ini
97
-
auth_http.authorization_failure_disclosure = true
98
-
```
99
-
100
-
See the [README](https://github.com/rabbitmq/rabbitmq-server/blob/main/deps/rabbitmq_auth_backend_http/README.md) for more information.
0 commit comments