-
Notifications
You must be signed in to change notification settings - Fork 123
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
Use environment variables in config files #60
Comments
Thanks @jtinsky for this feature request! Can I please understand a bit more about the need for saving the values in env ? Is that for security? I assume you only need the data and the output attributes of the config to come from the env? |
Yeah, for security reasons mainly. I want to store all the props as env
vars.
…On Fri, Dec 3, 2021 at 9:31 PM Sonal ***@***.***> wrote:
Thanks @jtinsky <https://github.com/jtinsky> for this feature request!
Can I please understand a bit more about the need for saving the values in
env ? Is that for security? I assume you only need the data and the output
attributes of the config to come from the env?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#60 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAFABKNOBVWEZDVATTMXQDUPGRTFANCNFSM5JK2CQAA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
thanks @jtinsky , adding to zingg 0.4 |
We can build it like this - template each variable jsonAttr:{{env.VAR_NAME}} and pick up the VAR_NAME from system environment of the driver program. |
Use environment variables in config files #60
I'm considering using Snowflake as my primary data store and I'd like to have the connection information stored as environment variables instead of strings in the config file as shown in the Snowflake example config.
This was meant to be an enhancement/feature request so apologies if I submitted this incorrectly.
The text was updated successfully, but these errors were encountered: