apucher opened a new pull request #6413: URL: https://github.com/apache/incubator-pinot/pull/6413
**DISCUSSION / DRAFT** (changes to quickstart for demo purposes only, will be removed) ## Description We add support for TLS-secured client-broker connections, similar to the secure client-controller connection already implemented. ## Upgrade Notes Does this PR prevent a zero down-time upgrade? (Assume upgrade order: Controller, Broker, Server, Minion) **No** Does this PR fix a zero-downtime upgrade introduced earlier? **No** Does this PR otherwise need attention when creating release notes? **Yes** ## Release Notes Add support for TLS-secured client-broker connections. Broker TLS can be configured using the following new properties: - **pinot.broker.client.protocol** (http or https) - **pinot.broker.client.tls.keystore.path** - **pinot.broker.client.tls.keystore.password** - **pinot.broker.client.tls.truststore.path** - **pinot.broker.client.tls.truststore.password** - **pinot.broker.client.tls.requires_client_auth** ## Documentation **TBD** If you have introduced a new feature or configuration, please add it to the documentation as well. See https://docs.pinot.apache.org/developers/developers-and-contributors/update-document ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org