mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-09 17:14:47 +00:00
Fix the documentation for config property users_without_row_policies_can_read_rows which is true by default now as per pull request 58584
This commit is contained in:
parent
7237242576
commit
3bfe259ea0
@ -715,7 +715,7 @@
|
||||
<!-- Enables logic that users without permissive row policies can still read rows using a SELECT query.
|
||||
For example, if there two users A, B and a row policy is defined only for A, then
|
||||
if this setting is true the user B will see all rows, and if this setting is false the user B will see no rows.
|
||||
By default this setting is false for compatibility with earlier access configurations. -->
|
||||
By default this setting is true. -->
|
||||
<users_without_row_policies_can_read_rows>true</users_without_row_policies_can_read_rows>
|
||||
|
||||
<!-- By default, for backward compatibility ON CLUSTER queries ignore CLUSTER grant,
|
||||
|
Loading…
Reference in New Issue
Block a user