RabbitMQ: version 3.13.3 won't run due to invalid user credentials #27318
Labels
rabbitmq
solved
tech-issues
The user has a technical issue about an application
triage
Triage is needed
Name and Version
bitnami/rabbitmq
What architecture are you using?
None
What steps will reproduce the bug?
I install this chart with the following command:
helm install rmq --set auth.username=username,auth.password=password oci://registry-1.docker.io/bitnamicharts/rabbitmq -n namespace
This was working with 3.13.2, but I can no longer access that version.
What I see now is the container restarts over and over, with the error:
2024-06-17 20:11:50.501660+00:00 [warning] <0.772.0> HTTP access denied: user 'username' - invalid credentials
Are you using any custom parameters or values?
Yes, i'm passing in user/password:
--set auth.username=username,auth.password=password
What is the expected behavior?
The username/password should be applied to the chart.
What do you see instead?
2024-06-17 20:11:50.501660+00:00 [warning] <0.772.0> HTTP access denied: user 'username' - invalid credentials
Additional information
If I run the helm install command without setting user/password, I get the same failure, but with the default "user" account.
Kubernetes is running in AKS.
The text was updated successfully, but these errors were encountered: