cloud-sql-proxy
cloud-sql-proxy copied to clipboard
A utility for connecting securely to your Cloud SQL instances
This is a follow-on to https://github.com/GoogleCloudPlatform/cloudsql-proxy/issues/747 and a slight alternative to https://github.com/GoogleCloudPlatform/cloudsql-proxy/pull/960. When a Unix socket returns `bind: invalid argument`, we should include a note in the error message to...
## Question I am testing this case for migrating old .net application. https://github.com/michael-chi/migrate-for-anthos-aspnet But the GKE windows container got connection issue with Cloud SQL Server. I can't find cloud auth...
## Question We seem to be having an issue with the SQL proxy failing to initialize on the first try due to a timing issue with it and the istio...
## Feature Description This issue is tracking work on the next major version bump for the Cloud SQL proxy. V1 of this library has been around for over 5 years,...
## Feature Request I suggest a cl flag like this, that would force cloudsql-proxy to use TCP sockets even if Unix sockets are supported: `-tcp=[IP]:[PORT]` ## Background When Unix sockets...
The authors of the [lib/pq](https://github.com/lib/pq) library are encouraging new projects to use [pgx](https://github.com/jackc/pgx) instead: > This package is effectively in maintenance mode and is not actively developed. Small patches and...
It would be nice, if Cloud SQL Proxy supports the `--impersonate-service-account` flag similar to the corresponding flag in `gcloud`. This would help to use impersonation out-of-the-box instead of long-running and...
Currently sql proxy is distributed as raw EXE file, which might pose security risk for developers trying to install it in their environments. Organizations might block downloading zip files and...
Note: #1291 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky. ---- commit: 2a9c8d8cb24e2c84e43620dab333677191d1dbd7 buildURL: https://github.com/GoogleCloudPlatform/cloud-sql-proxy/actions/runs/3120667458 status: failed Test...
:robot: I have created a release *beep* *boop* --- ## [2.1.0-preview.1](https://github.com/GoogleCloudPlatform/cloud-sql-proxy/compare/v2.0.0-preview.1...v2.1.0-preview.1) (2022-09-23) ### Features * add support for JSON credentials flag ([#1433](https://github.com/GoogleCloudPlatform/cloud-sql-proxy/issues/1433)) ([2a9c8d8](https://github.com/GoogleCloudPlatform/cloud-sql-proxy/commit/2a9c8d8cb24e2c84e43620dab333677191d1dbd7)) ### Bug Fixes * don't build FUSE...