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

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

priority: p2
type: cleanup

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

priority: p1
type: feature request

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

priority: p2
type: feature request

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

priority: p3
type: feature request

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

priority: p2
type: process

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

priority: p2
type: feature request

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

priority: p2
type: feature request

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

priority: p2
type: bug
v2

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

priority: p3
type: docs
type: cleanup

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

priority: p2
type: feature request