You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by GitBox <gi...@apache.org> on 2021/10/13 02:39:50 UTC

[GitHub] [incubator-kyuubi] yaooqinn commented on a change in pull request #1213: [KYUUBI #1204] Enhance zookeeper authentication and acls

yaooqinn commented on a change in pull request #1213:
URL: https://github.com/apache/incubator-kyuubi/pull/1213#discussion_r727654044



##########
File path: kyuubi-ha/src/main/scala/org/apache/kyuubi/ha/HighAvailabilityConf.scala
##########
@@ -55,6 +55,20 @@ object HighAvailabilityConf {
       .booleanConf
       .createWithDefault(false)
 
+  val HA_ZK_AUTH_SASL_KERBEROS: ConfigEntry[Boolean] =
+    buildConf("ha.zookeeper.auth.sasl.kerberos")
+      .doc("Set to true if the zookeeper ensemble is kerberized")
+      .version("1.4.0")
+      .booleanConf
+      .createWithDefault(UserGroupInformation.isSecurityEnabled)
+
+  val HA_ZK_AUTH: OptionalConfigEntry[String] =

Review comment:
       using KYUUBI_UPDATE=1 and run tests locally will update the setting's doc




-- 
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: commits-unsubscribe@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org