iron-redis icon indicating copy to clipboard operation
iron-redis copied to clipboard

Feature: make redis password configurable

Open hazcod opened this issue 6 years ago • 1 comments

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

hazcod avatar Jul 25 '19 13:07 hazcod

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/

hazcod avatar Jan 20 '20 07:01 hazcod