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 Redis instances with a password #1585

Open
iBobik opened this issue Nov 18, 2021 · 1 comment
Open

Add support for Redis instances with a password #1585

iBobik opened this issue Nov 18, 2021 · 1 comment
Labels
area/gateway Regarding the gateway enhancement New feature or request

Comments

@iBobik
Copy link

iBobik commented Nov 18, 2021

The problem faced currently?

Currently it can connect only to Redis without authentication, because username and password is not passed to a client, just hostname and port.

How can we solve it?

Parse all parts of a connection string URL.

Ideally support Heroku's format of Redis add-on which looks like this:

REDIS_URL=redis://:[email protected]:7919
REDIS_TLS_URL=rediss://:[email protected]:7920

If you want this feature to be implemented, give it a thumbs up reaction, so that we can determine which features are important to you.
👍

@YourTechBud YourTechBud added enhancement New feature or request area/gateway Regarding the gateway labels Apr 17, 2022
@YourTechBud YourTechBud added this to the v0.22.0 milestone Apr 17, 2022
@YourTechBud
Copy link
Collaborator

Sc won't be requiring redis gor v0.22.0. i will add this feature of caching however.

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

No branches or pull requests

2 participants