turboFei commented on code in PR #6608:
URL: https://github.com/apache/kyuubi/pull/6608#discussion_r1715630253
##########
kyuubi-server/src/main/scala/org/apache/kyuubi/server/http/authentication/AuthSchemes.scala:
##########
@@ -20,5 +20,5 @@ package org.apache.kyuubi.server.http.authentication
object AuthSchemes extends Enumeration {
type AuthScheme = Value
- val BASIC, NEGOTIATE, KYUUBI_INTERNAL = Value
+ val BASIC, NEGOTIATE, BEARER, KYUUBI_INTERNAL = Value
Review Comment:
val BASIC, BEARER, NEGOTIATE, KYUUBI_INTERNAL = Value
--
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]