-
Notifications
You must be signed in to change notification settings - Fork 352
Closed
Labels
priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.Important issue which blocks shipping the next release. Will be fixed prior to next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Description
We upgrading to the last version of the cloud-sql-proxy, but we can't get it to work right, when we trying to query to mysql instance get the [SQLSTATE[HY000] [2002] Permission denied] error.
Bug Description
We use the latest version of cloud-sql-proxy installed like this:
go install github.com/GoogleCloudPlatform/cloud-sql-proxy/v2@latest
for start the instance we use credential file, we also create a user with 'cloudsqlproxy~%' hostname to allow connect to the instance.
./cloud-sql-proxy -u /cloud-sql/ -c /cloud-sql-service-account PROJECT_NAME:us-central1:INSTANCE_NAME
We have a successfully start like this:
2022/09/12 15:46:27 Authorizing with the credentials file at "/cloud-sql-service-account"
2022/09/12 15:46:28 [PROJECT_NAME:us-central1:INSTANCE_NAME] Listening on /cloud-sql/PROJECT_NAME:us-central1::INSTANCE_NAME
2022/09/12 15:46:28 The proxy has started successfully and is ready for new connections!
But when the application tries to query mysql for any information using the unix socket, we get a error:
[2022-09-12 15:47:52] testing.ERROR: SQLSTATE[HY000] [2002] Permission denied (SQL: ...)
We tried with oldest cloud-sql-proxy versions and this problem doesn't happens, like:
go install github.com/GoogleCloudPlatform/cloudsql-proxy/cmd/[email protected]
Environment
- OS type and version: alpine-3.15
- Cloud SQL Proxy version (
./cloud-sql-proxy --version): cloud-sql-proxy version 2.0.0-preview.1
Metadata
Metadata
Assignees
Labels
priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.Important issue which blocks shipping the next release. Will be fixed prior to next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.