Is there any other way than using queries to give GCP users r/w access to GCP postgresql DBs? I read about the Cloud SQL IAM database authentication but that only gives the user the ability to connect the DB and nothing more. For r/w permissions, there's a need to use queries to GRANT access. We have a lot of people requesting access to the DBs ( well, and a lot of DBs)and connecting to the DB and using a grant query each time is really time consuming.
Ideally I had something like this feature in Azure in mind( you can create r/w security groups and map the r/w permissions to them, and add users to those groups). I would be really happy and thankful to know if there's any other way that I haven't figured out yet.