cloud-sql-proxy
cloud-sql-proxy copied to clipboard
A utility for connecting securely to your Cloud SQL instances
### Feature Description After promoting a read replica, the Proxy must be restarted with the new primary's instance connection name. Instead, it would be better if the Proxy could automatically...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/microsoft/go-mssqldb](https://togithub.com/microsoft/go-mssqldb) | `v1.6.0` -> `v1.7.0` | [](https://docs.renovatebot.com/merge-confidence/)...
### Feature Description Now that structured logging has landed in the standard library, we can shed an external dependency and just use log/slog. ### Sample code ``` // sample code...
### Feature Description We should either document this or do it automatically. See https://www.riverphillips.dev/blog/go-cfs/ for details. For a library solution, see https://github.com/uber-go/automaxprocs. Go might just handle this for us: https://github.com/golang/go/issues/33803....
### Question I can't get my Github Actions runner to properly connect to my MySQL Cloud SQL instance using the cloud-sql-proxy Docker container. These are the relevant steps of my...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [go.uber.org/zap](https://togithub.com/uber-go/zap) | `v1.26.0` -> `v1.27.0` | [](https://docs.renovatebot.com/merge-confidence/)...
Add support for Trusted Partner Cloud (TPC) environments through custom universe domain configuration. Allows users to configure TPC via `--universe-domain` flag set to the universe domain of their TPC environment....
### Feature Description In pursuit of FedRamp authorization, there's a customer need to ensure that all cryptographic modules in use within their GCP environment are FIPS validated. BoringCrypto is one...
Cf. https://github.com/zegl/kube-score/blob/master/README_PROBES.md#readinessprobe Also, the readiness probe should respond differently after the process received a SIGTERM.
## Problem Case Consider the following scenario when running the proxy as a sidecar in k8s: 1. `term_timeout` or `max-sigterm-delay` is set for the proxy container to 5 minutes 2....