Jing Zhang
04/01/2022, 6:29 PMSECRET_STORE_GCP_PROJECT_ID
and SECRET_STORE_GCP_CREDENTIALS
. How do I provide the credentials? Right now I'm pasting the whole json in the .env
file
SECRET_STORE_GCP_CREDENTIALS={"type": "service_account","project_id":"my_project","private_key_id": "acd90445....","private_key":"...",...}
but then I got an error when setting up a Postgres source as shown in the screenshot. Is this related?Faisal Anees
04/05/2022, 7:58 AMSECRET_STORE_GCP_CREDENTIALS
and is setting that as null
Jared Rhizor (Airbyte)
04/06/2022, 4:04 PMSECRET_STORE_GCP_CREDENTIALS
to in the docker compose file?Faisal Anees
04/07/2022, 4:25 AM