mridulm opened a new pull request, #2469: URL: https://github.com/apache/celeborn/pull/2469
### What changes were proposed in this pull request? Support over the wire encryption between client side components for `rpc_app` transport module without requiring keystore/truststore to be configured. ### Why are the changes needed? As detailed in CELEBORN-1354, support over the wire encryption between client side components (`rpc_app` transport module) without needing each application to be configured with certificates. When enabled, `SSLFactory` will create a self-signed certificate and leverage it to secure the rpc comms. ### Does this PR introduce _any_ user-facing change? Introduces a configuration to enable/disable this behavior. ### How was this patch tested? New tests added to validate functionality. -- 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]
