otterc commented on code in PR #2105:
URL:
https://github.com/apache/incubator-celeborn/pull/2105#discussion_r1400024250
##########
common/src/main/scala/org/apache/celeborn/common/CelebornConf.scala:
##########
@@ -4053,4 +4058,12 @@ object CelebornConf extends Logging {
.doc("Kerberos keytab file path for HDFS storage connection.")
.stringConf
.createOptional
+
Review Comment:
We are going to use TLS for encrypting network traffic as proposed in
https://docs.google.com/document/d/1D1U2COYhS3ob7l0t2WghRhBk_Fci9RGx-2FBXA3nvXk/edit#heading=h.po9dc3r1kb3k.
Spark has also added TLS for RPC and shuffle communication recently. Will
add TLS support to Celeborn in a future PR.
--
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]