turboFei commented on code in PR #6624:
URL: https://github.com/apache/kyuubi/pull/6624#discussion_r1720805649


##########
kyuubi-common/src/main/scala/org/apache/kyuubi/config/KyuubiConf.scala:
##########
@@ -871,6 +871,14 @@ object KyuubiConf {
       .stringConf
       .createOptional
 
+  val AUTHENTICATION_CUSTOM_HTTP_BEARER_HEADER: ConfigEntry[String] =
+    buildConf("kyuubi.authentication.custom.http.bearer.header")
+      .doc("Http header for http bearer authentication in ThriftHttp 
protocol.")
+      .version("1.10.0")
+      .serverOnly
+      .stringConf
+      .createWithDefault("BearerAuthentication")

Review Comment:
   I just go through the code, the BearerScheme is not supported in httpclient5.
   
   So, for solution 1, we have to upgrade to httpclient5.
   
   



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

Reply via email to