-
Notifications
You must be signed in to change notification settings - Fork 130
Open
Labels
chart:clickhouseIssue related to clickhouse helm chartIssue related to clickhouse helm chartenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
If running on a Istio cluster, then the incoming connection from clickhouse-operator to the database may come from the passthrough-IP 127.0.0.6 rather than 127.0.0.1, which causes auth errors and log-spew like this:
2023.03.09 08:13:43.936271 [ 752 ] {} <Error> Access(user directories): from: ::ffff:127.0.0.6, user: clickhouse_operator: Authentication failed: Code: 195. DB::Exception: Connections from ::ffff:127.0.0.6 are not allowed. (IP_ADDRESS_NOT_ALLOWED), Stack trace (when copying this message, always include the lines below):
Can the configuration here
| <ip>127.0.0.1</ip> |
values.yaml, or take the easier path of changing the default to 127.0.0.0/16 or adding <ip>127.0.0.6</ip> to the list?Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
chart:clickhouseIssue related to clickhouse helm chartIssue related to clickhouse helm chartenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers