https://linen.dev logo
#troubleshooting
Title
# troubleshooting
j

Jing Zhang

04/01/2022, 6:29 PM
👋 Hello, team! I'm trying to set up GSM through the environment variables
SECRET_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
Copy code
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?
f

Faisal Anees

04/05/2022, 7:58 AM
Hi @Jared Rhizor (Airbyte) @s ! Can you please shed some light here on what we might be doing wrong ? We've been trying to get the GSM secret store functionality up and running but are facing some issues - it looks like airbyte is not picking up the credentials in
SECRET_STORE_GCP_CREDENTIALS
and is setting that as
null
j

Jared Rhizor (Airbyte)

04/06/2022, 4:04 PM
Can you share which services you are providing
SECRET_STORE_GCP_CREDENTIALS
to in the docker compose file?
f

Faisal Anees

04/07/2022, 4:25 AM
2 Views