datastax / kaap

KAAP, Kubernetes Autoscaling for Apache Pulsar
https://datastax.github.io/kaap/
Apache License 2.0
46 stars 16 forks source link

remove global TLS enable/disable setting #135

Open pgier opened 1 year ago

pgier commented 1 year ago

The behavior of this setting is a bit confusing

global:
  tls:
    enabled: false

If it's set to false it acts as a global override, but if it's set to true then it allows sub-resources to enable their TLS settings. I think it would be simpler if this option was just removed, and we just enable TLS on the components that need it.