Hi Folks,
I'm facing this challenge for the first time, and not sure how other's have tackled it.
We dockerize meltano and run the meltano etl processes through aws batch. Secrets are passed as environment variables from aws secretsmanager to the container.
We have to ingest some information from google bigquery. We're looking at the tap variants. All require a _client_secrets.json_ file to be available on the container (e.g.
tap-bigquery - Meltano Hub)
How do other folks inject sensitive files into the docker container at runtime?