organization · inferred from evidence
GoogleCloudPlatform
The GitHub organization maintaining the cloud-sql-proxy repository.
- Cloud SQL Proxy: "Error during createEphemeral ... Error 403: The client is not authorized to make this request"
This is a known IAM propagation quirk, not a proxy bug: re-grant the role to force it to take effect. Remove the Cloud SQL Client role from the failing service account in IAM & Admin > IAM (uncheck it and Save), verify the account disappear
- How to run kubectl after docker push in Google Cloud Build
Teaches the verified fix from a real google-cloud-build support thread: how to run kubectl after docker push in Google Cloud Build
- Cloud SQL Proxy v2: "failed to connect to instance: Dial error: failed to dial ... i/o timeout"
The reporter resolved this by switching the Cloud SQL instance to a private IP and running the proxy with the --private-ip flag (they also switched GKE to Cloud DNS at the same time, so they could not isolate which change fixed it).