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

redpanda: Client auth failure: user 'kubernetes-controller' wrong password #1596

Open
chrisseto opened this issue Nov 12, 2024 · 0 comments
Open

Comments

@chrisseto
Copy link
Contributor

chrisseto commented Nov 12, 2024

It seems the chart (and/or operator) can get itself into a state where it generates the following log lines:

WARN  2024-11-12 11:32:11,242 [shard 5:admi] request_auth - request_auth.cc:150 - Client auth failure: user 'kubernetes-controller' wrong password
WARN  2024-11-12 11:32:11,253 [shard 6:admi] request_auth - request_auth.cc:150 - Client auth failure: user 'kubernetes-controller' wrong password
WARN  2024-11-12 11:32:13,121 [shard 5:admi] request_auth - request_auth.cc:150 - Client auth failure: user 'kubernetes-controller' wrong password
WARN  2024-11-12 11:32:13,127 [shard 6:admi] request_auth - request_auth.cc:150 - Client auth failure: user 'kubernetes-controller' wrong password
WARN  2024-11-12 11:32:13,136 [shard 0:admi] request_auth - request_auth.cc:150 - Client auth failure: user 'kubernetes-controller' wrong password
WARN  2024-11-12 11:32:13,140 [shard 5:admi] request_auth - request_auth.cc:150 - Client auth failure: user 'kubernetes-controller' wrong password

This has been discovered in a cloud cluster (5.9.8) and has been reported by a self hosted user in the community slack in both 5.9.8 and 5.9.7.

In both cases, SASL was enabled, admin_api_require_auth was NOT enabled, and users were being specified via a secret created out of band of the chart itself rather than the inline sasl.users option.

JIRA Link: K8S-415

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant