Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RabbitMQ: version 3.13.3 won't run due to invalid user credentials #27318

Closed
eja-git opened this issue Jun 17, 2024 · 1 comment
Closed

RabbitMQ: version 3.13.3 won't run due to invalid user credentials #27318

eja-git opened this issue Jun 17, 2024 · 1 comment
Assignees
Labels
rabbitmq solved tech-issues The user has a technical issue about an application triage Triage is needed

Comments

@eja-git
Copy link

eja-git commented Jun 17, 2024

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.

@eja-git eja-git added the tech-issues The user has a technical issue about an application label Jun 17, 2024
@github-actions github-actions bot added the triage Triage is needed label Jun 17, 2024
@eja-git eja-git changed the title version 3.13.3 won't run due to invalid user credentials RabbitMQ: version 3.13.3 won't run due to invalid user credentials Jun 17, 2024
@eja-git
Copy link
Author

eja-git commented Jun 17, 2024

I think the issue was some corruption in the PVC. I deleted the PVC and now am able to set the username/password as usual.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rabbitmq solved tech-issues The user has a technical issue about an application triage Triage is needed
Projects
None yet
Development

No branches or pull requests

2 participants