Issue with abctl login after setting credentials

Summary

User is facing issues with logging in via browser after setting credentials using abctl. Tried entering password as base64 encoded value and plain text but still getting ‘invalid username or password’ error.


Question

Hi all, I have just installed a new oss version with abctl on a local docker instance, but am having issues with my first login. I have set my username/password with abctl credentials and they both appear correctly in the output but when i try to login via the browser i get the error invalid username or password. For the password i tried entering it into abctl as a base64 encoded value and in plain text but neither version worked.

Any ideas what im missing?



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

["abctl", "login-issue", "credentials", "base64-encoded", "browser-error"]

check this thread, it might be the case with cookies https://airbytehq.slack.com/archives/C021JANJ6TY/p1723547849631199?thread_ts=1723528731.696339&cid=C021JANJ6TY

what options have you passed to abctl local install ... command?

I only added the host option to the install command, and Im navigating to that host name. I might try in an incog window to see if its the cookies issue mentioned in that thread

looks like it was the cookies. have set the --insecure-cookies and it now works

if i want to set the host and the cookie secure setting in the values file would it just be:

global:
auth:
cookieSecureSetting: “false”
host: “airbyte.domain.here”