[Questions] How to use auth backend internal_loopback #14746
Replies: 6 comments 4 replies
-
|
Try I think |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for the alias @laperlej , I tried to use the long name but same issue |
Beta Was this translation helpful? Give feedback.
-
|
@cvuillemez that backend was added for a very specific audience and scenarios. It was introduced together with a separate authN/authZ backend chain for the HTTP API and was meant to be used there, not in the main (messaging and streaming clients) chain. So, most users do not need to use that backend. Other than that, like any authN/authZ backend, it simply needs to be enabled and configured, and the |
Beta Was this translation helpful? Give feedback.
-
|
@michaelklishin I understand why this backend was created: du to OAUTH2 configuration, I disabled basic auth on HTTP API for higher security. I enabled the plugin to hope using basic auth on loopback interface only (for management purposes, like definitions export). |
Beta Was this translation helpful? Give feedback.
-
|
Yes you're right, and I want to refuse basic auth on HTTP API too, not only on WebUI (management.disable_basic_auth = false permit basic auth on HTTP API) |
Beta Was this translation helpful? Give feedback.
-
|
But on the first discussion the purpose was well to override the "disable_basic_auth" setting: #13205. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
RabbitMQ version used
4.1.1
Erlang version used
27.3.x
Operating system (distribution) used
Ubuntu 24.04
How is RabbitMQ deployed?
Debian package
Logs from node 1 (with sensitive values edited out)
2025-10-17 10:54:15.441225+02:00 [warning] <0.913.0> HTTP access denied: basic auth disabledrabbitmq.conf
What problem are you trying to solve?
Login to HTTP API is refused cause basic auth is disabled:
I expected "internal loopback" plugin to give access to this user .
@aaron-seo : please could you share (or document) how to use new auth backend "internal loopback" (cf #13819) ?
Thanks .
Beta Was this translation helpful? Give feedback.
All reactions