Page MenuHomePhabricator

Remove legacy hard coded Redis password from values files
Closed, ResolvedPublic1 Estimated Story Points

Description

The redis password is now provided via terraform created Kubernetes secret
it was identified that there is still another Redis password specified in a values file
https://github.com/wmde/wbaas-deploy/pull/96#discussion_r746051724
this password should be removed

Event Timeline

Addshore triaged this task as Medium priority.Nov 11 2021, 12:48 PM
Addshore lowered the priority of this task from Medium to Low.
Addshore set the point value for this task to 1.

We just had a little chat about this. We concluded that this really is as simple as it looks. Removed an unused value from the values file after confirming that it's not used elsewhere.