mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
10 lines
582 B
XML
10 lines
582 B
XML
<clickhouse>
|
|
<access_control_improvements>
|
|
<users_without_row_policies_can_read_rows>true</users_without_row_policies_can_read_rows>
|
|
<on_cluster_queries_require_cluster_grant>true</on_cluster_queries_require_cluster_grant>
|
|
<select_from_system_db_requires_grant>true</select_from_system_db_requires_grant>
|
|
<select_from_information_schema_requires_grant>true</select_from_information_schema_requires_grant>
|
|
<settings_constraints_replace_previous>true</settings_constraints_replace_previous>
|
|
</access_control_improvements>
|
|
</clickhouse>
|