xco-sk / eck-custom-resources

Kubernetes operator for Indices, Index Templates, Roles, Users and other Elasticsearch and Kibana related resources.
Apache License 2.0
36 stars 8 forks source link

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

Closed Holden3148 closed 1 year ago

Holden3148 commented 1 year ago

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 commented 1 year ago

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

xco-sk commented 1 year ago

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