Installation Error: Invalid Username or Password

Summary

The user is facing an error with installation due to ‘invalid username or password’ while using secret.yaml and running commands with abctl and kubectl.


Question

Hello team,
I need help with installation, had several attempts but always returned error as ‘invalid username or password’.
• secret.yaml

kind: Secret
metadata:
  name: airbyte-auth-secrets
type: Opaque
stringData:
  instance-admin-password: password```
• abctl local install --secret secret.yaml
• kubectl exec --kubeconfig ~/.airbyte/abctl/abctl.kubeconfig --namespace airbyte-abctl -it airbyte-db-0 -- psql -U airbyte -d db-airbyte -t -A -c 'SELECT "email" FROM "user"'

<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/p1723556338459189) if you want 
to access the original thread.

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

<sub>
["installation-error", "invalid-username-or-password", "secret.yaml", "abctl", "kubectl"]
</sub>

are you using localhost:8000?
have you run other abctl local install before?

• are you using localhost:8000? -> yes, I’m trying to install airbyte server locally
• have you run other abctl local install before? -> yes, I tried abctl local install and abctl local install --username &lt;username&gt; --password &lt;password&gt; all giving me the same error.

which version of abctl are you using? because --username, --password were deprecated and hidden

I’d suggest

  1. upgrading to the latest abctl version
  2. abctl local uninstall --persisted
  3. abctl local install --secret secret.yaml

• abctl version: 0.11.1
• tried abctl local uninstall --persisted and rm -rf ~/.airbyte/abctl after every unsuccessful attempts.

it’s weird that the simplest install doesn’t work
what operating system are using?

macOS Sonoma version 14.4.1, Apple M2 chip.

I use macOS Sonoma 14.6.1, Apple M1 chip and I haven’t experienced issues like this

hmm, it just acting weird then. Thanks <@U05JENRCF7C>, really appreciate all the help.

Should I try to upgrade the OS version even though I doubt it would make any differences.

nah, it shouldn’t make difference

you can try to debug and check if there is something in pods that might give you a clue

https://airbytehq.slack.com/archives/C021JANJ6TY/p1723112501064719?thread_ts=1723112119.608099&amp;cid=C021JANJ6TY