snowplow-rdb-loader icon indicating copy to clipboard operation
snowplow-rdb-loader copied to clipboard

Loader: make it possible to use environment variables for Iglu resolver

Open benjben opened this issue 4 years ago • 1 comments

The json for Iglu resolver needs to be completely "rendered" when the loader starts, it can't contain any environment variable (e.g API_KEY), which is an issue when defining a task definition for loader in ECS and storing secrets in SSM.

2 possible ways to solve this:

  1. make it possible to define Iglu resolver as an environment variable, so that the whole json with the secrets can be stored in SSM
  2. make it possible to specify environment variables that get replaced in the resolver config

benjben avatar May 05 '21 15:05 benjben

Has it been resolved yet?

piankris avatar Mar 31 '23 15:03 piankris