turboFei commented on code in PR #6608:
URL: https://github.com/apache/kyuubi/pull/6608#discussion_r1715623497
##########
kyuubi-common/src/main/scala/org/apache/kyuubi/config/KyuubiConf.scala:
##########
@@ -823,6 +824,11 @@ object KyuubiConf {
" <li><code>KERBEROS</code></li>" +
" </ul>" +
" </li>" +
+ " <li>SASL/OAUTHBEARER" +
+ " <ul>" +
+ " <li><code>BEARER</code></li>" +
+ " </ul>" +
+ " </li>" +
" </ul>" +
Review Comment:
Hi @George314159 thanks for raising this PR.
Some comments, for current design:
we do not need to add new item into kyuubi.authentication, for example, now
I set `kyuubi.authentication=KERBEROS,CUSTOM` in server end, for `Bearer`
authentication, it belongs to `CUSTOM` authentication.
--
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]