apucher commented on PR #9264: URL: https://github.com/apache/pinot/pull/9264#issuecomment-1222722762
we sort-of have this ability already. the default TLS settings for each component (broker, controller, ...) should already be injected in every connector-specific config. See for example, here: https://github.com/apache/pinot/blob/13b363c109e69d5069cc41490cc9ebc37078093a/pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/TlsIntegrationTest.java#L134. All the default properties, like `controller.tls.keystore.type` are automatically copied into the `internal` and `external` connector configs -- 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]
