voltrondata / sqlflite

An example Flight SQL Server implementation - with DuckDB and SQLite back-ends.
Apache License 2.0
205 stars 23 forks source link

[Feature request] Make TLS optional #19

Closed ondrejmo closed 9 months ago

ondrejmo commented 10 months ago

The mandatory usage of TLS with the generated self-signed authority creates an unnecessary complication In the environments such as Kubernetes, as the CA need to be injected in any client pods (e.g. Grafana). It would be nice to be able to disable TLS, especially since the CNI plugins in Kubernetes already encrypt the traffic between the pods (if configured properly).