abctl Local deployment: Can't login #44021
-
I've recently tried to setup Airbyte locally using Docker. I performed the following steps, setting it up on MacOS: (note: I already had Docker installed locally)
This creates a docker image, starts a container and then opens a webpage prompting me to register a username and company. I fill this in and then I am prompted to login
This returns the password along with a client-id and client-secret. Note that the password, client-id and client-secret included are all fabricated in this post.
I attempt to use the username that I registered and the password copied from the previous step but it fails. I verified the username is correct by issuing the following command:
This command returns the correct username that I used. Any clues or help would be appreciated as I'm really keen to explore Airbyte. |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 12 replies
-
Hello 👋 , sorry you're having trouble installing Airbyte. I'll try to reproduce the same steps locally. @djodonnell can you please run the following command doing the necessary changes to your kubeconfig and database pod: The email used to access the application is the |
Beta Was this translation helpful? Give feedback.
-
Did you override the secret with a new value? If so can you run |
Beta Was this translation helpful? Give feedback.
-
@djodonnell I was able to help @my-mai with the problem. In his situation he was accessing a Ec2 instance address that wasn't a HTTP. Because of that the Cookie configuration block the access. You said you're running locally right? But can confirm this is a local machine or are you trying a cloud provider? https://docs.airbyte.com/deploying-airbyte/integrations/authentication#cookie-security-settings |
Beta Was this translation helpful? Give feedback.
-
Also deploying local on MacOS (14.5 (23F79)) with docker. Unable to login with password in credentials. |
Beta Was this translation helpful? Give feedback.
-
I had the same problems... full example: trigger was the release notes of abctl v0.12.0: What's Changed
I think the flag and by the way: env:
|
Beta Was this translation helpful? Give feedback.
@RayHughes can you try
abctl local install --low-resource-mode --no-browser --insecure-cookies