vran-dev / PrettyZoo

😉 Pretty nice Zookeeper GUI, Support Win / Mac / Linux Platform
Apache License 2.0
3.11k stars 361 forks source link

你好,Zookeeper开启了SASL/Digest-MD5认证,该怎么设置连接? #269

Closed hellsam closed 9 months ago

hellsam commented 2 years ago

Description

detail your question, such as build question or usage question

DuyjCat commented 2 years ago

同问啊,按照又上角的ACL格式写好配置,不管用啊

liufq777 commented 1 year ago

同问,配了SASL连不上了

WhiteStart commented 1 year ago

下载源码,在app/build.gradle中加入SASL配置可以连接成功 def runArgsValue = [ "-XX:+UnlockExperimentalVMOptions", // required due to a bug in Java: https://github.com/javafxports/openjdk-jfx/issues/175 "-Djava.security.auth.login.config={your_path}/jaas.conf",