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

Passwords for users created with the operator are base64 encoded #52

Closed
Holden3148 opened this issue Apr 12, 2023 · 2 comments · Fixed by #53
Closed

Passwords for users created with the operator are base64 encoded #52

Holden3148 opened this issue Apr 12, 2023 · 2 comments · Fixed by #53
Assignees
Labels
bug Something isn't working elasticsearch

Comments

@Holden3148
Copy link

We are provisioning users using the operator. The users reference a secret for the password, but when we compare the key value with the password the user is provisioned with in kibana or elasticsearch we cannot log in unless we base64 the raw value. We are seeing this in our clusters running on EKS with Kubernetes 1.24.

@xco-sk
Copy link
Owner

xco-sk commented Apr 13, 2023

Hello @Holden3148, thanks for reporting, and yeah I was able to reproduce the issue so the fix should not take long.

@xco-sk
Copy link
Owner

xco-sk commented Apr 13, 2023

@Holden3148 issue fixed in 0.5.3. Let me know if there is anything else and thanks again for reporting 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working elasticsearch
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants