Kwafoor commented on code in PR #6042:
URL: https://github.com/apache/kyuubi/pull/6042#discussion_r1477243196


##########
kyuubi-common/src/main/scala/org/apache/kyuubi/config/KyuubiConf.scala:
##########
@@ -797,6 +797,14 @@ object KyuubiConf {
     .checkValues(AuthTypes)
     .createWithDefault(Seq(AuthTypes.NONE.toString))
 
+  val RESTFUL_AUTHENTICATION: ConfigEntry[Boolean] =
+    buildConf("kyuubi.restful.security.enabled")

Review Comment:
   agree. Now I just turn off RESTful API authentication. Is there anything 
else I need to consider or implement?



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