openmeter
openmeter copied to clipboard
fix: adds a config option to enable TLS/SSL without needing certs loc…
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.