cloud-sql-jdbc-socket-factory icon indicating copy to clipboard operation
cloud-sql-jdbc-socket-factory copied to clipboard

Validate email address format when using IAM authentication

Open shubha-rajan opened this issue 3 years ago • 0 comments

Postgres: Remove .gserviceaccount.com domain suffix if it exists. MySQL: Remove everything after and including the @ sign. ([email protected] -> test-user)

Should already have databaseVersion from the API request to https://cloud.google.com/sql/docs/mysql/admin-api/rest/v1beta4/connect/get

shubha-rajan avatar Aug 17 '22 19:08 shubha-rajan