Skip to content

(feat): Support mtls certificate based authentication #243

Description

@sandeepkunusoth

This feature enables secure, passwordless authentication for client applications connecting to Valkey by leveraging mutual TLS (mTLS) and Valkey's native Access Control Lists (ACLs).

#59 (comment)

CRD changes

spec:
  tls:
    ....
    authClients: Required        # Allowed values: Required | Optional | Disabled (Default: Disabled)
    authClientsUser: CN          # Allowed values: CN | URI | Off (Default: Off)

authClients(Required | Optional | Disabled) maps to (valkey.conf): tls-auth-clients yes (or optional / no).
authClientsUser(CN | URI | Off) maps to (valkey.conf): tls-auth-clients-user CN (or URI/Off).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions