lsm1 commented on code in PR #6311:
URL: https://github.com/apache/kyuubi/pull/6311#discussion_r1566667017
##########
kyuubi-server/src/main/scala/org/apache/kyuubi/server/KyuubiRestFrontendService.scala:
##########
@@ -116,6 +116,13 @@ class KyuubiRestFrontendService(override val serverable:
Serverable)
}
private def installWebUI(): Unit = {
+ if (!conf.get(FRONTEND_REST_ENABLE_WEBUI)) {
Review Comment:
If we don't inject the `enable.html`, we just get a 404 page.
--
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]