Tag Archives: google-cloud-platform

Authenticating to Google Cloud SQL with IAM Credentials

Cloud SQL is a managed service in GCP where Google will run and manage MySQL, Postgres or SQL Server for you. A user can authenticate to Cloud SQL in two ways: Using IAM has few advantages I believe. Say you … Continue reading

Posted in Computers, programming, Software | Tagged , , | Leave a comment

The correct way to authenticate your app against GCP

Summary: There are many ways you can authenticate your application against GCP. Applications that run in managed GCP services such as Cloud Run should run under a service account’s identity. They will automatically authenticate themselves against GCP with the permissions … Continue reading

Posted in Computers, programming, Software | Tagged , | Leave a comment