You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cloud SQL-backed PostgreSQL and MySQL peers currently require static database passwords. ClickPipes needs to authenticate with short-lived IAM database login tokens minted through the tenant GSA workload-identity chain.
Analysis: All 5 failures on the single failing matrix leg are identical 60-second wall-clock timeouts (UNEXPECTED STATUS TIMEOUT STATUS_SETUP/STATUS_SNAPSHOT from flow/e2e/test_utils.go:296) spread across three unrelated source connectors sharing only the ClickHouse cluster destination, with no underlying errors logged and the other two matrix legs fully green — a resource-contention stall rather than a bug in this Cloud SQL workload-identity PR. Confidence: 0.85
Analysis: Three unrelated e2e tests (MySQL→ClickHouse and Postgres) all hit 60s WaitFor timeouts within the same ~90-second window on only one of three matrix legs, while the PR itself only adds GCP workload-identity auth for CloudSQL — a shared CI infrastructure stall, not a code defect. Confidence: 0.9
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
Cloud SQL-backed PostgreSQL and MySQL peers currently require static database passwords. ClickPipes needs to authenticate with short-lived IAM database login tokens minted through the tenant GSA workload-identity chain.
Linear: https://linear.app/clickhouse/issue/CLP-959/cloud-sql-source-workload-identity-iam-auth
Solution
sqlservice.logintoken for each ordinary, replication, and binlog connection.Testing
connectors/utils,connectors/bigquery,connectors/postgres,connectors/mysql, andinternal.golangci-lintpassed with 0 issues.git diff --checkpassed.Risks and follow-up
mysql_clear_passwordover verified TLS.flow-api-clientversion for the dependent clickpipes-platform PR.