Hello, i'm trying to find where does airbyte store...
# understanding-airbyte
h
Hello, i'm trying to find where does airbyte store passwords and private tokens, i searched in the web and couldn't find it, sorry if it's already there and i'm repeating the question. I would guess they are stored in one of the containers and are passed to new containers that are run in execution time through environement variables (only speculation i'm not sure) but i couldn't find where they are stored, your help would be appreciated if you can point me to where they are. Thanks !
u
The latest version the login/password are store in the table
airbyte_config
inside the airbyte-db container.
❤️ 1