Skip to content

Support Redis authentication #217

@runephilosof-abtion

Description

@runephilosof-abtion

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}/"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions