1

We have a requirement to directly load Cloud SQL postgres tables from On-premise server ETL solutions. What would be the recommended and secure way of doing this without migrating the ETL solution to Google cloud? Please advise.

Can/should Cloud SQL Auth Proxy be used for production applications?

Thanks, Bijilraj

Bijil Raj
  • 11
  • 1

1 Answers1

1

Can/should Cloud SQL Auth Proxy be used for production applications?

Yes, you can use Cloud SQL Auth Proxy with production applications. If your application is also written in Go, then you can directly integrate the proxy as part of your application. Otherwise, you must set up a procedure for launching the proxy, such as at the system start.

Google Cloud SQL offers several layers of security:

Research the various options and decide which method or combination of methods meet your requirements.

John Hanley
  • 4,754
  • 1
  • 11
  • 21