yaooqinn commented on issue #1204:
URL: 
https://github.com/apache/incubator-kyuubi/issues/1204#issuecomment-940827602


   How about
   
   ```
   kyuubi.ha.zookeeper.acl.enabled=true // deprecated this
   kyuubi.ha.zookeeper.acl.engine.enabled=true  // remove this as it's still 
under dev
   kyuubi.ha.zookeeper.auth.type=none/kerberos/digest
   kyuubi.ha.zookeeper.engine.auth.type=none/kerberos/digest,  where none  = 
kyuubi.ha.zookeeper.acl.enabled=false
   # we can introduce these a new PR later to avoid staging service keytab in 
engine side, which is unsecure
   kyuubi.ha.zookeeper.auth.principal
   kyuubi.ha.zookeeper.auth.keytab
   kyuubi.ha.zookeeper.auth.digest=digest contents?
   ```


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


Reply via email to