datastax / kaap

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

TLS on the proxy is always disabled #136

Closed pgier closed 1 year ago

pgier commented 1 year ago

It seems the global TLS setting always overrides the specific proxy setting for TLS, even when it's not specified. It looks like this is because there is a default value of false in the proxy resource.

pgier commented 1 year ago

Closing this because it's just due to a mis-understanding of how the global and component level TLS settings interact.