Login with default management account gives Not Authorized (Fresh docker installation) #10288
-
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
Please use GitHub Discussions for questions, they have been around for a good couple of years and no longer an exotic unknown feature. You are trying to log into a remote node using default user's credentials. That is explicitly prohibited for fairly obvious security reasons. Your CLI commands do not specify any node name. That's usually fine for nodes running locally (in the host) but again, your node is running in a container, it is a separate host. So I am not sure if your command actually reach the node you think they reach. See node logs for clues. When a new user is added, the node that does it logs a very specific message. |
Beta Was this translation helpful? Give feedback.
-
Hi Michael, Thank you very much for the quick reply, the issue is solved! (See update). Sorry for creating a bug, I will be more mindful of that in the future! I was checking the logs of the RabbitMQ container and I see these logs after executing the cli commands:
As per the documentation, creating this new "test" user should allow me to sign in into the RabbitMQ, regardless whether it is localhost or not. Still, I was facing the same problem when trying to login with the newly created Test User. Update: rebooting my pc somehow fixed the issue, classic! I guess my browser was still somehow logged into an older version with the guest account. |
Beta Was this translation helpful? Give feedback.
-
For what it's worth, I can't reproduce the reported issue. Here is the output from starting the docker image on a Ubuntu 22 VM:
I then used Chrome to browse to |
Beta Was this translation helpful? Give feedback.
-
@MatthijsVollenbroek - questions:
|
Beta Was this translation helpful? Give feedback.
Please use GitHub Discussions for questions, they have been around for a good couple of years and no longer an exotic unknown feature.
You are trying to log into a remote node using default user's credentials. That is explicitly prohibited for fairly obvious security reasons.
Your CLI commands do not specify any node name. That's usually fine for nodes running locally (in the host) but again, your node is running in a container, it is a separate host. So I am not sure if your command actually reach the node you think they reach.
See node logs for clues. When a new user is added, the node that does it logs a very specific message.