cloud-sql-proxy
cloud-sql-proxy copied to clipboard
A utility for connecting securely to your Cloud SQL instances
## 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...
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...
... or into new env variable. Usecase is using service in bitbucket pipelines: 
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...
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...
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...
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...