Showing only posts by Davide Malagoli. Show all posts.

Application security with Cloud SQL IAM database authentication

Source

Hardening a complex application is a challenge, more so for applications that include multiple layers with different authentication schemes. One common question is “how to integrate Cloud SQL for PostgreSQL or MySQL within your authentication flow?” Cloud SQL has always supported password-based authentication. There are, however, many questions that …