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

Support Redis authentication #217

Open
runephilosof-abtion opened this issue Aug 13, 2024 · 0 comments
Open

Support Redis authentication #217

runephilosof-abtion opened this issue Aug 13, 2024 · 0 comments

Comments

@runephilosof-abtion
Copy link

It is good practice to protect Redis with authentication. For defense in depth to protect against exploits of SSRF for instance.

Some places does not support the environment variable REDIS_URL, which otherwise could be used to supply a Redis connection string with a password.

const redisConnectionStr = `redis://${appConfigService.get(

REDIS_CONN_STR = f"redis://{REDIS_HOST}:{REDIS_PORT}/"

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

No branches or pull requests

1 participant