Search code examples
postgresqlgoogle-cloud-sqlgoogle-cloud-iam

Cloud SQL Postgres Flag: cloudsql.iam_authentication?


I poked around in the list of Flags that can be used in Postgres in Cloud SQL and I came across this little gem that is in Beta currently: cloudsql.iam_authentication.

I don't see any documentation for it yet, but I wonder if this will let Cloud SQL integrate with IAM similar to what AWS has available for RDS. Even better would be if it could integrate with IAM Groups!

Any one have any information or documentation about this?


Solution

  • Yes I think this new feature is great :D!

    Also there are docs for this new feature:

    And also this is very similar to what is in AWS for now. Although this feature is only in PostgreSQL, hope this feature expands to MySQL and SQLServer.