openmeter icon indicating copy to clipboard operation
openmeter copied to clipboard

fix: adds a config option to enable TLS/SSL without needing certs loc…

Open mleonidas opened this issue 3 months ago • 3 comments
trafficstars

…ally (insecure)

Overview

Fixes #(issue)

Notes for reviewer

Summary by CodeRabbit

  • New Features
    • Added an option to allow insecure TLS for Kafka SSL connections (e.g., self-signed certificates). This enables TLS without SASL when explicitly opted in.
    • Expands connectivity to Kafka deployments using SSL with untrusted/temporary certificates while keeping current defaults.
    • Existing behavior remains unchanged unless the option is enabled; SASL_SSL handling is unaffected.

mleonidas avatar Aug 13 '25 19:08 mleonidas