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

Add support for env var REDIS_PASSWORD #369

Open
mrolli opened this issue Jun 12, 2024 · 0 comments · May be fixed by #370
Open

Add support for env var REDIS_PASSWORD #369

mrolli opened this issue Jun 12, 2024 · 0 comments · May be fixed by #370

Comments

@mrolli
Copy link

mrolli commented Jun 12, 2024

Some deployment platforms only have Redis backends that are authenticated.
Although it's possible to connect to such Redis backends using the REDIS_URL
environment variable, providing a separate variable REDIS_PASSWORD would be more
convenient as platforms like Azure automatically inject such env vars and the
devops engineer does not have to build up a REDIS_URL in an extra step.

I will provide this in a PR.

mrolli added a commit to id-unibe-ch/snappass that referenced this issue Jun 12, 2024
This change allows to set a password without the need to build up a
REDIS_URL environment variable.

Fixes pinterest#369
@mrolli mrolli linked a pull request Jun 12, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant