cloud-sql-proxy
cloud-sql-proxy copied to clipboard
A utility for connecting securely to your Cloud SQL instances
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...
[](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` | [](https://docs.renovatebot.com/merge-confidence/)...
[](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...
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...
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` | [](https://docs.renovatebot.com/merge-confidence/) | [](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...
### 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...