cloud-sql-proxy icon indicating copy to clipboard operation
cloud-sql-proxy copied to clipboard

A utility for connecting securely to your Cloud SQL instances

Results 143 cloud-sql-proxy issues
Sort by recently updated
recently updated
newest added
trafficstars

On startup of v1 Proxy we will notify users of v2 and encourage migrating to take advantage of new features and improvements.

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/hanwen/go-fuse/v2](https://redirect.github.com/hanwen/go-fuse) | `v2.6.1` -> `v2.6.2` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fhanwen%2fgo-fuse%2fv2/v2.6.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fhanwen%2fgo-fuse%2fv2/v2.6.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

Add a command option for adding a callback function for the connection refuse events due to max connection limit.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/upload-artifact](https://redirect.github.com/actions/upload-artifact) | action | patch | `v4.4.1` -> `v4.4.3` | | [github/codeql-action](https://redirect.github.com/github/codeql-action) |...

### Bug Description When attempting to connect through the proxy, I'm getting connection reset by peer Starting the proxy is fine ``` 2024/09/12 08:58:14 Authorizing with Application Default Credentials ......

priority: p2
type: bug

Have v1 Proxy output a message upon startup mentioning v2 Proxy is recommended for improved stability, observability, features (PSC, DNS, lazy refresh) and link to migration guide.

priority: p2
type: feature request

### Bug Description Hello, we're using sql proxy as a sidecar, here's a snippet ```yaml initContainers: - name: cloud-sql-proxy restartPolicy: Always image: gcr.io/cloud-sql-connectors/cloud-sql-proxy:2.16.0 args: - "--private-ip" - "PROJECT:europe-west1:INSTANCE" ``` This...

type: bug

Port `skip-failed-instance-config` from v1 to v2. If set, this will ignore connection errors instead of exiting on startup. See more use case details in associated issue. fixes https://github.com/GoogleCloudPlatform/cloud-sql-proxy/issues/2451

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/go-sql-driver/mysql](https://redirect.github.com/go-sql-driver/mysql) | `v1.9.2` -> `v1.9.3` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgo-sql-driver%2fmysql/v1.9.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fgo-sql-driver%2fmysql/v1.9.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)...