cloud-sql-go-connector
cloud-sql-go-connector copied to clipboard
A Go library for connecting securely to your Cloud SQL instances
### Question Periodically, we see the following error: > server error (FATAL: Cloud SQL IAM service account authentication failed for user ">@.iam" (SQLSTATE 28000)) This happens in background jobs that...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [google.golang.org/genproto/googleapis/rpc](https://togithub.com/googleapis/go-genproto) | `v0.0.0-20240513163218-0867130af1f8` -> `v0.0.0-20240520151616-dc85e6b867a5` | [](https://docs.renovatebot.com/merge-confidence/)...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/GoogleCloudPlatform/cloud-sql-go-connector). ## Open The following updates have all...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [google.golang.org/grpc](https://togithub.com/grpc/grpc-go) | `v1.63.2` -> `v1.64.0` | [](https://docs.renovatebot.com/merge-confidence/)...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://togithub.com/actions/checkout) | action | patch | `v4.1.5` -> `v4.1.6` | |...
Testing use of permalinks in README for better freshness and to match official docs. [Test example](https://github.com/GoogleCloudPlatform/cloud-sql-go-connector/tree/jackwotherspoon-patch-1?tab=readme-ov-file#using-the-dialer-with-pgx)
We should update e2e tests to be similar to AlloyDB Go Connector: https://github.com/GoogleCloudPlatform/alloydb-go-connector/blob/main/e2e_test.go#L71 This format lends itself nicely to copy/paste and can allow us to update our README with permalinks...
### Question We're currently rewriting a number of our Golang services to use `cloudsqlconn` and overall things are working great. However one thing that we've spotted is that there's no...
### Feature Description When connecting to a PSC endpoint, we should use the PSC DNS name as the server name in the TLS configuration here: https://github.com/GoogleCloudPlatform/cloud-sql-go-connector/blob/aeb4de166cdf9aae24ada5d6c2320467788d5015/internal/cloudsql/refresh.go#L234. That should also allow...
### Question Hi there, We're trying to migrate from RDS to GCP SQL. The application is running on GKE. We're using cloud-sql-go-connector v1.3.0 to connect a Postgres instance like this:...