pan3793 commented on code in PR #6003:
URL: https://github.com/apache/kyuubi/pull/6003#discussion_r1461389820


##########
kyuubi-common/src/main/scala/org/apache/kyuubi/config/KyuubiConf.scala:
##########
@@ -2087,20 +2087,33 @@ object KyuubiConf {
       .version("1.5.0")
       .fallbackConf(ENGINE_CONNECTION_URL_USE_HOSTNAME)
 
+  val ENGINE_DO_AS_ENABLED: ConfigEntry[Boolean] =
+    buildConf("kyuubi.engine.doAs.enabled")
+      .doc("Whether to enable user impersonation on launching engine. When 
enabled, " +
+        "for engines which supports user impersonation, e.g. SPARK, depends on 
the " +
+        s"`kyuubi.engine.share.level`, different users will be used to launch 
the engine. " +
+        "Otherwise, Kyuubi Server's user will always be used to launch the 
engine.")
+      .version("1.8.1")
+      .booleanConf

Review Comment:
   Okay



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