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 156 cloud-sql-proxy issues
Sort by recently updated
recently updated
newest added

### 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...

priority: p2
type: feature request

[![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/microsoft/go-mssqldb](https://togithub.com/microsoft/go-mssqldb) | `v1.6.0` -> `v1.7.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fmicrosoft%2fgo-mssqldb/v1.7.0?slim=true)](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...

priority: p2
type: cleanup

### 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....

priority: p3
type: feature request

### 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...

priority: p2
type: feature request

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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` | [![age](https://developer.mend.io/api/mc/badges/age/go/go.uber.org%2fzap/v1.27.0?slim=true)](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...

priority: p2
type: feature request

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.

priority: p2
type: bug

## 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....

priority: p2
type: feature request