v.22.1Experimental Feature
Fix ACL Behavior in ClickHouse-Keeper for Consistency with ZooKeeper
Fix ACL with explicit digit hash in clickhouse-keeper: now the behavior consistent with ZooKeeper and generated digest is always accepted. #33249 (小路). #33246.Why it matters
This fix addresses inconsistencies in access control list (ACL) processing withinclickhouse-keeper where explicit digit hashes were not properly handled. By aligning the behavior with ZooKeeper and accepting generated digests unconditionally, it improves security and reliability of ACL enforcement.