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

Feature: make redis password configurable #1

Open
hazcod opened this issue Jul 25, 2019 · 1 comment
Open

Feature: make redis password configurable #1

hazcod opened this issue Jul 25, 2019 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@hazcod
Copy link
Member

hazcod commented Jul 25, 2019

We should be able to make the requirepass directive configurable instead of having to modify the redis config.

@hazcod hazcod added the enhancement New feature or request label Jul 25, 2019
@hazcod hazcod added this to the 5 milestone Jul 25, 2019
@hazcod
Copy link
Member Author

hazcod commented Jan 20, 2020

Ideally this should be done using confd to not have to run some kind of shell.
So:

  1. confd loads whitelisted environment variables
  2. confd replaces environment variables in confd templates
  3. confd generates redis configuration in /tmp/
  4. redis starts with config read in /tmp/

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

No branches or pull requests

1 participant