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 authentication against Redis #137

Merged
merged 2 commits into from
Jan 23, 2025
Merged

Conversation

robertvolkmann
Copy link
Contributor

Description

Clients have to authenticated against Redis in Broadcom SONiC.

{
    "INSTANCES": {
        "redis2": {
            "unix_socket_path": "/var/run/redis/redis2.sock",
            "password_path": "/run/redis/auth/passwd"
        }
    },
    "DATABASES": {
        "APPL_DB": {
            "id": 0,
            "separator": ":",
            "instance": "redis2"
        }
    }
}

@robertvolkmann robertvolkmann requested a review from a team as a code owner January 17, 2025 14:19
@iljarotar
Copy link
Contributor

Seems to work fine in the test environment.

@majst01 majst01 merged commit 00cd1c5 into master Jan 23, 2025
1 check passed
@majst01 majst01 deleted the authentication-against-redis branch January 23, 2025 14:55
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 this pull request may close these issues.

3 participants