-
Notifications
You must be signed in to change notification settings - Fork 180
Open
Description
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.
Line 92 in d1cc667
| const redisConnectionStr = `redis://${appConfigService.get( |
Line 31 in d1cc667
| REDIS_CONN_STR = f"redis://{REDIS_HOST}:{REDIS_PORT}/" |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels