turboFei commented on code in PR #6608:
URL: https://github.com/apache/kyuubi/pull/6608#discussion_r1715627585
##########
kyuubi-common/src/main/scala/org/apache/kyuubi/service/authentication/AuthTypes.scala:
##########
@@ -20,5 +20,5 @@ package org.apache.kyuubi.service.authentication
object AuthTypes extends Enumeration {
type AuthType = Value
- val NOSASL, NONE, LDAP, JDBC, KERBEROS, CUSTOM = Value
+ val NOSASL, NONE, LDAP, JDBC, KERBEROS, CUSTOM, BEARER = Value
Review Comment:
not needed
--
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]