mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-15 12:14:18 +00:00
20 lines
476 B
XML
20 lines
476 B
XML
<clickhouse>
|
|
<users>
|
|
<admin>
|
|
<password></password>
|
|
<profile>default</profile>
|
|
<quota>default</quota>
|
|
<grants>
|
|
<query>GRANT admin_role</query>
|
|
</grants>
|
|
</admin>
|
|
</users>
|
|
<roles>
|
|
<admin_role>
|
|
<grants>
|
|
<query>GRANT USE NAMED COLLECTION ON * WITH GRANT OPTION</query>
|
|
</grants>
|
|
</admin_role>
|
|
</roles>
|
|
</clickhouse>
|