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

## Feature Description Start to sign the published OCI images using a documented identity. It looks like you are using Google Cloud Build to publish your images, which @dlorenc added...

priority: p2
type: feature request

Some customers are confused by "Ready for new connections" and then try and connect and find it fails. This is often a routing problem but some of them incorrectly assume...

priority: p2
type: feature request

... or into new env variable. Usecase is using service in bitbucket pipelines: ![image](https://user-images.githubusercontent.com/5064823/67696575-cc148280-f9af-11e9-8586-03a748f5035d.png)

priority: p3
type: feature request

Provide suggested actions to address errors * "Connect time out" -> Validate networking path * "Not Authorized" -> Verify instance name or IAM permissions (instance doesn't exist or no permission...

priority: p1
type: feature request
v2

Currently the best approach to using the proxy as a windows service is to wrap it a utility like [NSSM](http://nssm.cc/), as mentioned in this [SO post](https://stackoverflow.com/questions/3582108/create-windows-service-from-executable/3582179#3582179). This is because Windows...

priority: p2
type: feature request
windows

I'm trying to run cloud_sql_proxy in a Google Colab notebook. We can authenticate and the proxy is actually running. ``` !./cloud_sql_proxy --instances=my-project:my-region:my-instance ``` However the notebook will not let me...

priority: p3
type: feature request

It would be great to be able to automatically inject the cloudsql proxy into pods [using a mutating admission webhook](https://github.com/morvencao/kube-mutating-webhook-tutorial), [like istio does](https://istio.io/docs/setup/kubernetes/sidecar-injection/#automatic-sidecar-injection). Using an admission controller like this would...

priority: p0
type: feature request