mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
65 lines
2.0 KiB
XML
65 lines
2.0 KiB
XML
<clickhouse>
|
|
<profiles>
|
|
<default>
|
|
</default>
|
|
</profiles>
|
|
<users>
|
|
<good_user>
|
|
<http_authentication>
|
|
<server>basic_server</server>
|
|
<scheme>basic</scheme>
|
|
</http_authentication>
|
|
<access_management>1</access_management>
|
|
<networks replace="replace">
|
|
<ip>::/0</ip>
|
|
</networks>
|
|
<profile>default</profile>
|
|
<quota>default</quota>
|
|
</good_user>
|
|
<test_user_1>
|
|
<http_authentication>
|
|
<server>basic_server</server>
|
|
<scheme>basic</scheme>
|
|
</http_authentication>
|
|
<networks replace="replace">
|
|
<ip>::/0</ip>
|
|
</networks>
|
|
<profile>default</profile>
|
|
<quota>default</quota>
|
|
</test_user_1>
|
|
<test_user_2>
|
|
<http_authentication>
|
|
<server>basic_server</server>
|
|
<scheme>basic</scheme>
|
|
</http_authentication>
|
|
<networks replace="replace">
|
|
<ip>::/0</ip>
|
|
</networks>
|
|
<profile>default</profile>
|
|
<quota>default</quota>
|
|
</test_user_2>
|
|
<test_user_3>
|
|
<http_authentication>
|
|
<server>basic_server</server>
|
|
<scheme>basic</scheme>
|
|
</http_authentication>
|
|
<networks replace="replace">
|
|
<ip>::/0</ip>
|
|
</networks>
|
|
<profile>default</profile>
|
|
<quota>default</quota>
|
|
</test_user_3>
|
|
<test_user_4>
|
|
<http_authentication>
|
|
<server>basic_server</server>
|
|
<scheme>basic</scheme>
|
|
</http_authentication>
|
|
<networks replace="replace">
|
|
<ip>::/0</ip>
|
|
</networks>
|
|
<profile>default</profile>
|
|
<quota>default</quota>
|
|
</test_user_4>
|
|
</users>
|
|
</clickhouse>
|