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

Handle environment variables, especially keys. #2

Open
digitalextremist opened this issue Aug 7, 2020 · 1 comment
Open

Handle environment variables, especially keys. #2

digitalextremist opened this issue Aug 7, 2020 · 1 comment

Comments

@digitalextremist
Copy link

As was decried previously, various API keys were listed in plain text in the repository, and deployed by cloning. The environment from the past was heavily secured, which is no longer going to be the case.

Determine the best strategy to inject keys easily so the same deployment of code might be used to connect through diverse keys; especially serving multiple organizations in various processes.

@harsh183
Copy link
Member

harsh183 commented Aug 8, 2020

I pointed this out in the earlier discussion as well but I think we can make a constants.yml file or even per environment (rails style ish) and have things load from there.

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

2 participants