v.25.8Improvement

Add get_acl command to KeeperClient

Add get_acl command to KeeperClient. #84641 (Antonio Andelic).
Added the get_acl command to the KeeperClient in ClickHouse.

Why it matters

This feature enables users to retrieve Access Control Lists (ACLs) via the KeeperClient, improving security management and access control within ClickHouse's Keeper service.

How to use it

Users can invoke the get_acl command on the KeeperClient interface to fetch ACL information for nodes managed by Keeper.