pan3793 commented on code in PR #2440:
URL: https://github.com/apache/celeborn/pull/2440#discussion_r1590600952


##########
common/src/main/scala/org/apache/celeborn/common/CelebornConf.scala:
##########
@@ -2167,6 +2167,69 @@ object CelebornConf extends Logging {
       .timeConf(TimeUnit.MILLISECONDS)
       .createWithDefaultString("30s")
 
+  val MASTER_HTTP_AUTH_SUPPORTED_SCHEMES: ConfigEntry[Seq[String]] =
+    buildConf("celeborn.master.http.auth.supportedSchemes")
+      .categories("master")
+      .version("0.5.0")
+      .doc("A comma-separated list of master http auth supported schemes." +
+        "<ul>" +
+        " <li>SPNEGO: Kerberos/GSSAPI authentication.</li>" +
+        " <li>BASIC: User-defined password authentication, anonymous by 
default.</li>" +

Review Comment:
   ```suggestion
           " <li>BASIC: User-defined password authentication, the concreted 
implementation is configurable via 
`celeborn.master.http.auth.basic.provider`.</li>" +
   ```



-- 
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]

Reply via email to