cloud-sql-proxy
cloud-sql-proxy copied to clipboard
A utility for connecting securely to your Cloud SQL instances
## Change Description Adds a bash script example that describes how to use **Secret Manager** along with `cloud-sql-proxy` in order to create a disaster recovery mechanism for replacing a primary...
## Feature Description - Allow specify a number of least necessary connected cloud-sql replica for unhealthy condition. ## Alternatives Considered - Create new cloud-sql-proxy for each cloud-sql (read) replica and...
We have some documentation for health checks here: https://github.com/GoogleCloudPlatform/cloud-sql-proxy/tree/main/examples/k8s-health-check#cloud-sql-proxy-health-checks But we don't tell users what each healthcheck does or what it returns, which makes using it outside of k8s more...
[](https://renovatebot.com) 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.165.0` -> `v0.168.0` | [](https://docs.renovatebot.com/merge-confidence/)...
### Question Hey! Thanks for the Cloud SQL Auth Proxy; I've used it quite a lot in it's standalone form! I'm trying to add a service to our `compose.yml` config...
### Bug Description We recently started started getting OpenSSL vulnerability on the latest gce-proxy:alpine image. I tried scanning it with snyk and got this ### Steps to reproduce? snyk container...
:robot: I have created a release *beep* *boop* --- ## [2.10.0](https://github.com/GoogleCloudPlatform/cloud-sql-proxy/compare/v2.9.0...v2.10.0) (2024-02-26) ### Features * add support for config file ([#2106](https://github.com/GoogleCloudPlatform/cloud-sql-proxy/issues/2106)) ([c936396](https://github.com/GoogleCloudPlatform/cloud-sql-proxy/commit/c9363966cb017cde7712426c3e9c999e3d7e0973)) ### Bug Fixes * use kebab case for...
### Description The operator uses environment variables to configure the proxy instead of CLI flags because it is easier to accurately read and update the configuration. We introduce the envvar...
### Bug Description Hello! I've been investigating some reports from some of our users around latency spikes. I've narrowed the investigation down to when an application receives a large burst...