Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Common: Support config files passed on the command line #966

Open
istreeter opened this issue Jul 4, 2022 · 0 comments
Open

Common: Support config files passed on the command line #966

istreeter opened this issue Jul 4, 2022 · 0 comments

Comments

@istreeter
Copy link
Contributor

Currently the loader and transformer apps only accept base64-encoded configuration passed directly on the command line:

--config=<BASE64 CONFIG HERE> --iglu-config=<BASE64 CONFIG HERE>

However, all other Snowplow applications allow passing configuration from files:

--config=/path/to/config --iglu-config=/path/to/resolver

Some Snowplow apps even support both, so I suggest we do that. The file-based method is more convenient in some deployment setups, e.g. using Kubernetes with ConfigMaps. Note, we recently made the same change in the BigQuery loader so we could copy the same approach.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant