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

Resolve environment variables in hocon #67

Closed
wants to merge 1 commit into from

Conversation

shin-nien
Copy link

Allows the using
stream-name: "my-stream-"${STREAM_POSTFIX} in config files so that environment variables can be substituted into them:

STREAM_POSTFIX="production" /opt/snowplow/snowplow-kinesis-s3 --config /opt/snowplow/scala-kinesis-s3.conf

@alexanderdean
Copy link
Member

Thanks @shin-nien! Can you sign our CLA please: https://github.com/snowplow/snowplow/wiki/CLA

@alexanderdean alexanderdean added this to the Version 0.5.0 milestone Jul 7, 2016
@alexanderdean alexanderdean self-assigned this Jul 7, 2016
@shin-nien
Copy link
Author

yep - cool all signed!

@shin-nien
Copy link
Author

related to snowplow snowplow/snowplow#2798

@alexanderdean
Copy link
Member

Confirmed, @shin-nien has signed the CLA. Thanks so much!

@shin-nien
Copy link
Author

The same changes have made their way into the Snowplow Steller's Sea Eagle release - so it'd be great to get a new release here to stay in sync. Ta.

@alexanderdean alexanderdean changed the title call Config.resolve() so environment variables get resolved in hocon … Call Config.resolve() to resolve environment variables in hocon Mar 21, 2017
@asgergb
Copy link

asgergb commented Jun 1, 2017

Any news on this merge?

@bernardosrulzon
Copy link

We'd also benefit from this merge as we're building the Dockerfiles to run the real-time pipeline, and would like to use environment variables

@alexanderdean
Copy link
Member

Sure thing both, we are going to strip back the 0.5.0 milestone (keeping this ticket) and bump this release's priority...

Copy link
Contributor

@BenFradet BenFradet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍 , incorporating into #91

@BenFradet BenFradet changed the title Call Config.resolve() to resolve environment variables in hocon Resolve environment variables in hocon Jun 28, 2017
@BenFradet BenFradet closed this in 70ec25b Jul 7, 2017
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

Successfully merging this pull request may close these issues.

5 participants