Airbyte Authentication/Login Issue

Summary

The user is facing an issue with Airbyte authentication/login. They have configured the initial user in the helm values file but are unable to login on subsequent attempts. Even using the email and password stored in secrets is not working.


Question

Airbyte Authentication/Login Issue

Guys need some help/input on authentication part for Airbyte this is how my helm values file look like

  # -- Auth configuration
  auth:
    # -- Whether auth is enabled
    enabled: true
    # -- Admin user configuration
    instanceAdmin:
      # -- Secret name where the instanceAdmin configuration is stored
      secretName: "airbyte-config-secrets"
      # -- The first name of the initial user
      firstName: "Admin"
      # -- The last name of the initial user
      lastName:  "Admin"
      # -- 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"           ```
So with this on first time I am getting setting page once its configured next time on login it doesnt allow the initial user to login as well. I even tried to login with email and password stored in secrets that also fails. It will be very nice to know you guys have done it

<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](https://airbytehq.slack.com/archives/C021JANJ6TY/p1726732663478969) if you want 
to access the original thread.

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

<sub>
["airbyte", "authentication", "login", "helm-values", "secrets"]
</sub>