Skip to content

Commit

Permalink
ZOOKEEPER-2590: [ADDENDUM] exists() should check read ACL permission …
Browse files Browse the repository at this point in the history
…- doc update

ZOOKEEPER-2590. Add docs to mention the new behavior
Author: anmolnar
Closes #2096 from anmolnar/ZOOKEEPER-2590_doc
  • Loading branch information
anmolnar authored Dec 21, 2023
1 parent ceebda9 commit 9e40464
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -829,6 +829,10 @@ in order to retrieve ACLs of a znode user has to have _READ_ or _ADMIN_
permission, but without _ADMIN_ permission, digest hash values will be
masked out.

As of versions **3.9.2 / 3.8.4 / 3.7.3** the exists() call will now verify ACLs
on nodes that exist and the client must have READ permission otherwise
'Insufficient permission' error will be raised.

<a name="sc_BuiltinACLSchemes"></a>

#### Builtin ACL Schemes
Expand Down

0 comments on commit 9e40464

Please sign in to comment.