pan3793 commented on code in PR #5548:
URL: https://github.com/apache/kyuubi/pull/5548#discussion_r1374132869
##########
kyuubi-common/src/main/scala/org/apache/kyuubi/config/KyuubiConf.scala:
##########
@@ -751,6 +751,57 @@ object KyuubiConf {
.booleanConf
.createWithDefault(true)
+ //------------------------Jetty Server-------------------------
+ val FRONTEND_JETTYSERVER_USE_SSL: ConfigEntry[Boolean] =
+ buildConf("kyuubi.frontend.jettyServer.use.SSL")
Review Comment:
considering there are existing configurations
`kyuubi.frontend.rest.bind.host` and `kyuubi.frontend.rest.bind.port`, let's
put those configurations under namespace `kyuubi.frontend.rest.*`
--
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]