ClickHouse/tests/integration/test_cluster_discovery/config/config_with_secret1.xml

23 lines
691 B
XML

<clickhouse>
<allow_experimental_cluster_discovery>1</allow_experimental_cluster_discovery>
<remote_servers>
<test_auto_cluster_with_secret>
<discovery>
<path>/clickhouse/discovery/test_auto_cluster_with_secret</path>
<secret>secret123</secret>
</discovery>
</test_auto_cluster_with_secret>
<test_auto_cluster_with_wrong_secret>
<discovery>
<path>/clickhouse/discovery/test_auto_cluster_with_wrong_secret</path>
<secret>correctsecret321</secret>
</discovery>
</test_auto_cluster_with_wrong_secret>
</remote_servers>
</clickhouse>