gce-cloudsql-proxy-action icon indicating copy to clipboard operation
gce-cloudsql-proxy-action copied to clipboard

Github action which will start a Google Cloud SQL Proxy as Docker container.

Results 7 gce-cloudsql-proxy-action issues
Sort by recently updated
recently updated
newest added

Add new github action input `creds_base64: [bool]` to detect if the provided `creds` should be base64 decoded or not.

I just tried connecting to multiple dbs but I am getting an error saying `docker: Error response from daemon: Conflict. The container name "/gce-cloudsql-proxy" is already in use by container...

This is my action and it doesn't work. Getting: ``` Run psql "host=127.0.0.1 port=5432 sslmode=disable dbname=testdb user=postgres" psql: error: connection to server at "127.0.0.1", port 5432 failed: server closed the...

Does the secret variable name have to be `GOOGLE_APPLICATION_CREDENTIALS` or can it be different? When I use a different secret name I get error - `invalid json file "/tmp/gce-cloudsql-proxy/key.json": unexpected...