RabbitMQ was installed via Helm, node reports "invalid credentials" in the log #9202
Unanswered
huangyunzhi
asked this question in
Other
Replies: 1 comment
-
The only thing we can see here is that RabbitMQ started, but you are using incorrect credentials. This doesn't seem like an installation issue. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Describe the bug
2023-08-29 00:45:29.395802+00:00 [info] <0.560.0> Server startup complete; 7 plugins started.
2023-08-29 00:45:29.395802+00:00 [info] <0.560.0> * rabbitmq_prometheus
2023-08-29 00:45:29.395802+00:00 [info] <0.560.0> * rabbitmq_auth_backend_ldap
2023-08-29 00:45:29.395802+00:00 [info] <0.560.0> * rabbitmq_peer_discovery_k8s
2023-08-29 00:45:29.395802+00:00 [info] <0.560.0> * rabbitmq_peer_discovery_common
2023-08-29 00:45:29.395802+00:00 [info] <0.560.0> * rabbitmq_management
2023-08-29 00:45:29.395802+00:00 [info] <0.560.0> * rabbitmq_management_agent
2023-08-29 00:45:29.395802+00:00 [info] <0.560.0> * rabbitmq_web_dispatch
2023-08-29 00:45:46.810754+00:00 [warning] <0.745.0> HTTP access denied: user 'user' - invalid credentials
2023-08-29 00:46:16.808476+00:00 [warning] <0.750.0> HTTP access denied: user 'user' - invalid credentials
2023-08-29 00:46:46.806960+00:00 [warning] <0.755.0> HTTP access denied: user 'user' - invalid credentials
Reproduction steps
1.helm install rmq
2.waitting the service to run.
Expected behavior
chart version:3.12.4
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions