dongxiaoman opened a new pull request, #9264: URL: https://github.com/apache/pinot/pull/9264
## Description Adds reference feature to TLS config loading. Now we can use `xxxx.tls.ref=<name>` to simply ask TLSUtils to load TLS settings from the same config file. It is introduced to reduce the duplicated entries in some cases like PinotBroker. ## Why do we need it Right now if Broker is running inside a Kubernetes cluster, we may need 3 sets of TLS settings for it: broker, client.access.internal, and client.access.external . It makes the config file super long. ## Tests done Added several unit tests to cover it. ## Release Notes - TLS settings in config can be set by using format like `xxx.tls.ref=<name>` to reference a shared setting set by `pinot.shared.tls.<name>` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
