DB::Exception: Password required for user default.
What seems to be happening is that while trying to query the table, it's running on the select query on the nodes using the default user. How do we write the query so that it we don't get this authentication error from the other nodes?
| <remote_servers> |
| <test_cluster> |
| <shard> |
| <internal_replication>true</internal_replication> |
| <replica> |
| <host>node1</host> |
| <port>9000</port> |
| <user>awesome</user> <password>awesomexxx</password> |
| <yandex> Or you can configure passwordless user in the cluster description and restrict access for this user to only from CH nodes. <yandex> <users> <default> <networks> <ip>::1</ip> <ip>127.0.0.1</ip> <ip>x</ip> <ip>y</ip> |