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
trafficstars

### Bug Description I have a Cloud Run service running with a cloud sql auth proxy sidecar to connect to a set of CloudSQL instances (currently, 5 of them). Several...

type: bug

### Feature Description We run various services (e.g. pgadmin) that use cloud sql proxy as a sidecar to enable IAM-based auth. We have ~100 cloud sql instances, and each of...

type: feature request

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github/codeql-action](https://redirect.github.com/github/codeql-action) | action | minor | `v3.28.19` -> `v3.29.0` | --- ### Release...

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [golangci/golangci-lint-action](https://redirect.github.com/golangci/golangci-lint-action) | action | major | `v6.5.2` -> `v8.0.0` | --- ### Release...

### Bug Description Running `cloud-sql-proxy` as a sidecar container in GKE with `CSQL_PROXY_AUTO_IAM_AUTHN=true` and `CSQL_PROXY_CREDENTIALS_FILE=PATH_TO_CREDENTIALS` intermittently fails to connect to the database instance with the following error message: ``` failed...

priority: p2
type: bug

Facing this error with a cloud sql auth proxy connection. The set up is like this - - Cloud SQL Auth proxy is running on a VM in a VPC...

https://github.com/GoogleCloudPlatform/cloud-sql-proxy/issues/2269 Updated example as host: localhost needs to be added for prestop to work properly.

tests: run

This PR replaces the third-party Zap logging library with Go's standard library `slog` package for structured logging. This change reduced the number of dependencies while maintaining the same logging functionality...

### Question ## Description I'm trying to use PostgreSQL Foreign Data Wrapper (FDW) with GCP Cloud SQL while authenticating via IAM credentials. The setup uses Cloud SQL Proxy for connection....

type: question

### Question We are configuring HA databases and the idea is that when one of them is down, the other should still be accessible -- bc HA, of course. Will...

priority: p2
type: docs