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

This change makes FUSE-configured connections behave the same way as normal connections: the proxy process should exit when there is an error accepting a connection while listening on the local...

When the proxy tries to accept a connection, and then accept() returns an error, then the proxy process exits. However, fuse-configured connections do not to that. Instead, the proxy continues...

priority: p2
type: bug

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/spf13/cobra](https://togithub.com/spf13/cobra) | `v1.8.0` -> `v1.8.1` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fspf13%2fcobra/v1.8.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | alpine | final | digest | `77726ef` -> `b89d9c9` | |...

Supply chain security often requires binaries to be verified prior to use. The current recommended way is to use the sha256 sums from the [releases page](https://github.com/GoogleCloudPlatform/cloud-sql-proxy/releases) to verify against the...

priority: p0
type: feature request

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-go](https://togithub.com/actions/setup-go) | action | patch | `v5.0.1` -> `v5.0.2` | | [actions/upload-artifact](https://togithub.com/actions/upload-artifact) |...

### Description The [`examples/k8s-health-check` folder's](https://github.com/GoogleCloudPlatform/cloud-sql-proxy/tree/8edfd9d41e020cfe9a3d8defc999a6107cff7bf2/examples/k8s-health-check) `README.md` says: > For most common usage, adding a readiness healthcheck to the proxy sidecar container is unnecessary. An improperly configured readiness check can degrade...

priority: p2
type: docs
type: cleanup

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [google.golang.org/api](https://togithub.com/googleapis/google-api-go-client) | `v0.192.0` -> `v0.195.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/google.golang.org%2fapi/v0.195.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/google.golang.org%2fapi/v0.195.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

### Description Documentation mentions: The Cloud SQL Auth Proxy has support for: Configuration with environment variables However I can't seem to find any details on what exactly the names of...

priority: p3
type: docs
type: cleanup

### Feature Description Would it be possible to update the k8s examples to use the new sidecar features in Kubernetes 1.29, or possibly do a new example. It seems like...

priority: p2
type: docs
type: feature request