Skip to content

Commit

Permalink
ZOOKEEPER-3893: Enhance documentation for property ssl.clientAuth
Browse files Browse the repository at this point in the history
Currently, the documentation for this property just mentions TBD (check https://zookeeper.apache.org/doc/r3.5.7/zookeeperAdmin.html). I believe this was ignored until versions 3.5.7 (https://issues.apache.org/jira/browse/ZOOKEEPER-3674) and a fix was made. It will be good to add some documentation around it.

Author: Sankalp Bhatia <sankalpbhatia92@gmail.com>
Author: Sankalp <sankal@amazon.com>

Reviewers: Christopher Tubbs <ctubbsii@apache.org>, Enrico Olivelli <eolivelli@apache.org>, Mate Szalay-Beko <symat@apache.org>

Closes apache#1405 from sankalpbhatia/master
  • Loading branch information
sankalpbhatia authored and RokLenarcic committed Sep 3, 2022
1 parent 2e457b7 commit 91c2ef2
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions zookeeper-docs/src/main/resources/markdown/zookeeperAdmin.md
Original file line number Diff line number Diff line change
Expand Up @@ -1588,8 +1588,14 @@ and [SASL authentication for ZooKeeper](https://cwiki.apache.org/confluence/disp

* *ssl.clientAuth* and *ssl.quorum.clientAuth* :
(Java system properties: **zookeeper.ssl.clientAuth** and **zookeeper.ssl.quorum.clientAuth**)
**New in 3.5.5:**
TBD
**Added in 3.5.5, but broken until 3.5.7:**
Specifies options to authenticate ssl connections from clients. Valid values are

* "none": server will not request client authentication
* "want": server will "request" client authentication
* "need": server will "require" client authentication

Default: "need"

* *ssl.handshakeDetectionTimeoutMillis* and *ssl.quorum.handshakeDetectionTimeoutMillis* :
(Java system properties: **zookeeper.ssl.handshakeDetectionTimeoutMillis** and **zookeeper.ssl.quorum.handshakeDetectionTimeoutMillis**)
Expand Down

0 comments on commit 91c2ef2

Please sign in to comment.