cloud-sql-proxy
cloud-sql-proxy copied to clipboard
A utility for connecting securely to your Cloud SQL instances
As part of moving testing builds over to Github Actions #1222 a couple tests became flaky. They are currently being skipped to unblock builds, this issue is to re-enable the...
## Feature Description It is a common practice to run database migrations in an init container and wait for the migration job to finish. However, when the proxy never shuts...
IAM Tokens are refreshed at 5 minutes to expiry on the metadata server (i.e. the `/computeMetadata/v1/instance/service-accounts/default/token` endpoint). Currently, we wait until [55 seconds before](https://github.com/GoogleCloudPlatform/cloudsql-proxy/blob/ef587609fe8399004d9c0fb704c0a3645e750d48/proxy/proxy/client.go#L47-L52) a token expires before refreshing it....
## Feature Description There are new scenarios, complementing the ones mentioned in 2017 for issue #102, that might require local TLS support in Cloud SQL Auth Proxy to be able...
Whenever we cut a new release, we should automatically update all the docs to match the latest version: See https://github.com/GoogleCloudPlatform/cloudsql-proxy/pull/1081. Something like this: ``` grep -lr "gce-proxy:1.27.0" * | xargs...
When trying to run a script or database migration, the user currently has to 1) start the cloudsql proxy and wait for the port to open or unix domain socket...
Hello. While many of our applications are container based with fixed topologies, we have several use cases that would greatly benefit from dynamic updates. We spoke with @ jonpjenkins from...
## Bug Description On 2 MySQL 5.7 instances in separate projects we had an "Update" operation automatically performed at 7am EST today. This aligned with an error we started receiving...
## Description I have tried to deploy a Cloud SQL proxy on existing cluster with Workload identity, but Cloud SQL API is disabled in Cloud nodes pool. ## Solution If...
As we approach https://github.com/GoogleCloudPlatform/cloudsql-proxy/issues/872, we should add a warning message on startup for users who are running a version older than latest. In terms of implementation, probably the simplest thing...