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

Don't hard-code database passwords #7

Open
annabunches opened this issue Apr 22, 2021 · 0 comments
Open

Don't hard-code database passwords #7

annabunches opened this issue Apr 22, 2021 · 0 comments
Assignees

Comments

@annabunches
Copy link

Currently, building this program requires defining database information in db_passwords.h. This is:

  1. Cumbersome. It requires recompiling for each environment, and if DB passwords, IPs, etc, change.
  2. Insecure. It turns the compiled binaries into sensitive data, without necessarily making it obvious that they are sensitive data.
  3. Difficult to containerize. Containers want all configuration to be via environment variables. (or at the very worst, config files)

This configuration should be replaced with environment variables.

@annabunches annabunches self-assigned this Apr 22, 2021
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