cloud-sql-proxy
cloud-sql-proxy copied to clipboard
A utility for connecting securely to your Cloud SQL instances
With instances being a command line argument I cannot use k8s secrets to set the instance and then recycle the same deployment.yaml file between environments, but rather resort to a...
Hi, We run the CloudSQL proxy in our kubernetes cluster as a deployment and sometimes we rotate the secret that is used to provide the credentials file for IAM authentication....
Hi, It would be great to be able to track metrics from the proxy (connections, disconnects, etc) in prometheus. If you're open to a PR on this, I can create...
On Windows 10 I have `gcloud` setup and working. I downloaded the binary and without any arguments (per `Using automatic instance discovery with gcloud credentials`) I saw: ``` 2017/04/18 11:51:31...
I'd like to run the cloudsql-proxy container as a DaemonSet instead of a sidecar in my pods, because I have multiple (different) pods on a node, which all need to...
This is a feature request for adding the `--instances_metadata` flag to v2. Its description is: ``` If provided, it is treated as a path to a metadata value which is...
This is a feature request for adding the `--fd_rlimit` flag to v2. Its description is: ``` Sets the rlimit on the number of open file descriptors for the proxy to...
Sometimes it helps to know more than what the proxy logs (certificate expiration times, for example). This is a feature request to add support for debug logging, as enabled by...