Hey, first of all I think it is great that Airbyt...
# replication-troubleshooting
s
Hey, first of all I think it is great that Airbyte now includes some form of authentification with basic_auth. Unfortunately I am having an issue with changing username and password. I modified my .env file, but when I login with the new username and password it does not work. The old one still does. Am I missing something?
u
Hi Sebastian, let me look into what might be going on and I'll get back to you!
s
Thank you very much! FYI its installed on a GCP compute engine in a docker container. I have updated it on Friday, so its version 0.40.16
u
I'm guessing that Docker hasn't picked up the updated
env
variables. Did you only update them in the file? From what I see there are various ways to update the environmental variables in a running container, but the simplest may be to spin it down and then back up!
s
Yes, that was indeed it 👍 May I suggest adding that info to https://docs.airbyte.com/operator-guides/security/#network-security
u
Glad to hear this solved it!