Enable access and named collections control by default

This commit is contained in:
Alexey Milovidov 2023-11-11 08:46:10 +01:00
parent 7a1c14ee49
commit 356ae52e9b
3 changed files with 6 additions and 6 deletions

View File

@ -34,9 +34,4 @@
<memory_profiler_step>0</memory_profiler_step>
</default>
</profiles>
<users>
<default>
<access_management>1</access_management>
</default>
</users>
</clickhouse>

View File

@ -23,7 +23,9 @@
<profile>default</profile>
<quota>default</quota>
<access_management>1</access_management>
<named_collection_control>1</named_collection_control>
</default>
</users>

View File

@ -85,7 +85,10 @@
<quota>default</quota>
<!-- User can create other users and grant rights to them. -->
<!-- <access_management>1</access_management> -->
<access_management>1</access_management>
<!-- User can manipulate named collections. -->
<named_collection_control>1</named_collection_control>
<!-- User permissions can be granted here -->
<!--