Skip to content

Commit 0cfaf30

Browse files
filimonovSaltTan
andauthored
Update content/en/altinity-kb-setup-and-maintenance/users_in_keeper.md
Co-authored-by: SaltTan <20357526+SaltTan@users.noreply.github.com>
1 parent 9b564ff commit 0cfaf30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/en/altinity-kb-setup-and-maintenance/users_in_keeper.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ TL;DR:
1717
- Replicated access storage keeps RBAC entities in ZooKeeper/ClickHouse Keeper so changes automatically appear on all nodes.
1818
- This guide shows how to configure replicated RBAC, validate it, and migrate existing users safely.
1919

20-
Before details, the core concept is:
20+
Before diving into the details, the core concept is:
2121
- ClickHouse stores access entities in access storages configured by `user_directories`.
2222
- By default, following the shared-nothing concept, SQL RBAC objects are local (`local_directory`), so changes done on one node do not automatically appear on another node unless you run `... ON CLUSTER ...`.
2323
- With `user_directories.replicated`, ClickHouse stores the RBAC model in Keeper under a configured path (for example `/clickhouse/access`) and every node watches that path.

0 commit comments

Comments
 (0)