Altinity / documentationIssues

Used to log issues with the Altinity Documentation Site.
2 stars 0 forks source link

/operationsguide/security/clickhouse-hardening-guide/network-hardening/ #23

Open AntonFriberg opened 2 years ago

AntonFriberg commented 2 years ago

This is incorrect according to https://clickhouse.com/docs/en/engines/table-engines/special/distributed/#distributed-clusters and errors encountered during testing.

<remote_servers>
    <my_cluster>
+     <secret>shared secret text</secret> <!-- Update here -->
    <shard>
-       <secret>shared secret text</secret> <!-- Update here -->
        <internal_replication>true</internal_replication>
        <replica>
            <host>logos1</host> <!-- Update here -->
            <port>9440</port> <!-- Secure Port -->
            <secure>1</secure> <!-- Update here, sets port to secure -->
        </replica>
    </shard>