Questions tagged [cloud-sql-proxy]
243 questions
0
votes
2 answers
can't connect Cloud Data Fusion with Cloud SQL for MySQL with Private IP
I know that there is many similar questions but I'm not able to find an answer to solve my issue.
I trying to connect Data Fusion to replicate a Cloud SQL for MySQL table. When trying to connect to the MySQL table I have the following…

Simon Breton
- 2,638
- 7
- 50
- 105
0
votes
1 answer
How to make jdbc PAYARA connection to CloudSQL from GKE
I have a project into PAYARA server full with JDBC Connectiones. The project works fine over VMs (actually GCP).
But I need migrate to GKE. I have a payara server full running on GCP POD but i don't know make a JDBC Connection to CLoudSQL.
Please…
0
votes
1 answer
How to connect SSMS from my local Windows machine to Google Cloud SQL Proxy which is running in GCP VM Instance?
I configured Cloud SQL instance with privateIP and the VM with service account credentials configured.
I could successfully connect to SQL server from VM instance to SQL instance(privateIP) using cloud proxy as follows,
./cloud_sql_proxy…

Satscreate
- 495
- 12
- 38
0
votes
2 answers
Cannot connect to Cloud SQL Proxy through GKE with Workload Identity
I am following the Google Cloud Platform's guide for connecting to a Cloud SQL instance through a GKE cluster using Cloud SQL Proxy and a Public IP address (https://cloud.google.com/sql/docs/postgres/connect-kubernetes-engine). However, after trying…

Jest Games
- 365
- 3
- 11
0
votes
0 answers
Using Cloud SQL Proxy with Coorporate Proxy
I am trying to connect against Cloud SQL with the Cloud SQL Proxy but the problem is that in my company we use a private VPN to connect to Google Services, so I need to have enable the VPN and their proxy.
When I execute
./cloud_sql_proxy…

ourobor93
- 372
- 1
- 7
- 21
0
votes
1 answer
If CloudSQL proxy is being used to connect to CloudSQL databases then why am I still getting the SHA alert SSL_NOT_ENFORCED?
I am trying to understand an alert from Google's Security Health Analytics - "SSL_NOT_ENFORCED"
This documentation - https://cloud.google.com/sql/docs/mysql/sql-proxy states
The Cloud SQL Proxy provides secure access to your instances without the…

ellefc
- 233
- 2
- 9
0
votes
2 answers
Cloud Sql Proxy Private IP External application
Simple question: Is there any way to connect to a GCP SQL Database under private IP through cloud sql proxy from an external application ? (local development environment)
I followed every step in the official tutorial to configure cloud sql proxy…

millenion
- 1,218
- 12
- 16
0
votes
1 answer
GCP SQL Server App Engine Connection: Token-based server access validation failed with an infrastructure error
I'm getting the following sql server error when I try to connect my Google Cloud SQL instance through App Engine.
Login failed for user '\9b73cfe90ee8d1d$'. Reason: Token-based server access validation failed with an infrastructure error. Login…

Louis Campbell
- 61
- 4
0
votes
1 answer
Cloud SQl, MySQL database Tables not found when created from NodeJs
I have created a Google cloud mySql instance that I would like to use to store some greenhouse information. I have set up the instance and I have also connected my NodeJs program to the instance. I also have the mysql cloud proxy running with the…

RICHARD TEUNEN
- 37
- 3
0
votes
0 answers
Unable to establish communication with google cloud sql instance using proxy
I am trying to connect to my CloudSql Instance using cloudsql-proxy.
- name: cloudsql-proxy
command:
- /cloud_sql_proxy
- -instances=$(project):europe-west2:$(DB_INSTANCE_NAME)=tcp:5432
-…

Ram
- 655
- 2
- 7
- 27
0
votes
0 answers
Having troubles connecting my kubernetes engine application to google cloud sql instance using sidecar method
I'm pretty new to Kubernetes and google cloud and am trying to deploy my dropwizard microservice to the cloud. I have a mysql instance set up on the cloud with all the secrets and service account created. Whenever I create the deployment and the…

Ishaan Khurana
- 5
- 2
0
votes
1 answer
MySQL status query show SSL not in use when using proxy
I am connecting to GCP cloud sql instance using sql proxy.
As per my understanding using SQL proxy connections are encrypted and proxy manages SSL for users. https://security.stackexchange.com/questions/151795/how-does-google-sql-proxy-work
But when…

Sachin G.
- 1,870
- 19
- 24
0
votes
1 answer
Making GCP Cloud SQL With Private IP Connectivity Equivalent of Cloud SQL Proxy
GCP recommends Cloud SQL Proxy over Private IP connectivity https://cloud.google.com/sql/docs/mysql/connect-kubernetes-engine#before_you_begin. If applications doesn't want to leverage Cloud SQL Proxy but choosing Private IP connectivity, there are…

Prakhyat
- 989
- 8
- 17
0
votes
1 answer
GCP Cloud SQL as Replica from AWS RDS Mysql
We are planning to migrate huge tera bytes of data from AWS RDS My-SQL store to GCP Cloud SQL.
We are planning to setup a replica in cloud sql to begin with. What could be possible migration strategy and approach?
GCP Cloud SQL doesn't allow…

Prakhyat
- 989
- 8
- 17
0
votes
0 answers
Cloud Run fail to connect to Postgres Cloud SQL: Device or resource busy (os error 16)
Building an app in deno v1.1.0 and I have it in a docker container. I'm able to connect to my local postgres instance from the container as well as the gcloud postgres instance via the cloudsql proxy and via adding my IP to the authorized networks…

avion
- 1
- 1