Can't login into kibana with new user , ECK latest on kubernetes

Hi,

After deployment of the operator and cluster with defaults , I login as elastic user and create a new user with a password and role as super user.

When I try to login , it says invalid username and password. I tried many users and passwords but it not working.

inside the pod , elasticsearch yml

xpack:
  security:
    authc:
      realms:
        file:
          file1:
            order: -100
  reserved_realm:
    enabled: "false"
enabled: "true"

why the default setting is false? how can i enable this? i can't edit the file inside the pod , its read only. how can we control this setting from operator?

This is the fix