Issue with Basic Auth on EKS

Summary

User is experiencing an issue with enabling basic authentication on EKS using Helm, where the username is not being accepted despite the password being correct.


Question

Hello ,
I tried to enable basic auth on EKS ( k8s).
my password seems to be correct, buts its not taking username.
helm:

  auth:
    # -- Whether auth is enabled
    enabled: trye
    # -- Admin user configuration
    instanceAdmin:
      # -- Secret name where the instanceAdmin configuration is stored
      secretName: "airbyte-auth-secrets"
      # -- The first name of the initial user
      firstName: ""
      # -- The last name of the initial user
      lastName:  ""
      # -- The key within `emailSecretName` where the initial user's email is stored
      emailSecretKey: "instance-admin-email"
      # -- The key within `passwordSecretName` where the initial user's password is stored
      passwordSecretKey: "instance-admin-password"```


<br>

---

This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. [Click here]() if you want
to access the original thread.

[Join the conversation on Slack](https://slack.airbyte.com)

<sub>
['basic-auth', 'eks', 'kubernetes', 'helm', 'airbyte-auth-secrets']
</sub>