cloud-sql-proxy
cloud-sql-proxy copied to clipboard
A utility for connecting securely to your Cloud SQL instances
### 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...
### 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...
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...
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.
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....
### 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...