-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
Invalid Credentials with NodePort #30622
Comments
It does seem to work when I use a Sassl Plain mechanism. It appears the scram password is not being set for the user. When I update the config entry for the user it works:
Now authentication succeeds |
Thank you for bringing this issue to our attention. We appreciate your involvement! If you're interested in contributing a solution, we welcome you to create a pull request. The Bitnami team is excited to review your submission and offer feedback. You can find the contributing guidelines here. Your contribution will greatly benefit the community. Feel free to reach out if you have any questions or need assistance. |
Thanks @carrodher, my issue appears to be with the persistent volume claim for the data dir. When I run When I run I'm guessing this is the desired behavior? If so you can close this issue - Thanks! |
Name and Version
bitnami/kafka 31.0.0
What architecture are you using?
arm64
What steps will reproduce the bug?
move the local.yaml file to ./values/local.yaml
Run
helm install -f values/local.yaml kafka .
The following message was printed to stdout
This returns an authentication error.
Are you using any custom parameters or values?
What is the expected behavior?
I expect it to successfully connect to the kafka cluster as a consumer
What do you see instead?
Additional information
No response
The text was updated successfully, but these errors were encountered: