Config for passing credential from ws to http_auth #6624
Unanswered
wiryonolau
asked this question in
Questions
Replies: 2 comments 2 replies
-
Enable debug logging, IIRC nodes log what various backends return at debug level. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Does not do what you think it does. It enables remote login for the default user which by default and in your case uses well known credentials. This is a really bad idea, even though you are supposedly disable the internal backend by not listing it. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm confuse since there is two configuration in rabbitmq
I need to pass credential from js to rabbitmq and rabbitmq to http auth backend
Currently it can connect but the credential I receive in http auth always guest guest
I'm running using docker rabbitmq:11-alpine
rabbitmq.conf
enabled_plugins
Stompjs connection
using https://github.com/stomp-js/stompjs
here I'm sending user as login and password as passcode
Js log
Backend auth receive guest guest instead of user password
auth is working ok from rabbitmq to http_auth backend
Is there any config I haven't set ?
Beta Was this translation helpful? Give feedback.
All reactions