Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

feat: add custom CA support to the NATS provider, rework Redis TLS #278

Merged
merged 1 commit into from
Jan 31, 2024

Commits on Jan 30, 2024

  1. feat: add custom CA support to the NATS provider, rework Redis TLS

    This PR does two things:
    * adds the ability to add a custom root CA to each NATS linkdef so that
      you can connect to servers that might be secured with self-signed
      certs
    * reworks how the Redis provider depends on rustls and other
      dependencies so that the webroot PKI certs are embedded. This removes
      a dependency on the host for anything TLS related.
    
    Signed-off-by: Dan Norris <protochron@users.noreply.github.com>
    protochron committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    a1733e6 View commit details
    Browse the repository at this point in the history