Skip to content

Commit 288d2e7

Browse files
authored
chore: Update README.md
1 parent 959dd89 commit 288d2e7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
1+
# NOTE
2+
3+
Cloud SQL for MySQL has support for Group IAM Authentication. We recommend all MySQL customers use this feature instead of the workaround here.
4+
5+
Cloud SQL for Postgres is coming soon.
6+
7+
See the [public docs](https://cloud.google.com/sql/docs/mysql/iam-authentication#iam-group-auth) for more info.
8+
19
# GroupSync: Cloud SQL IAM Database Authentication for Groups
10+
211
**Note:** This project is experimental and is not an officially supported Google product.
312

413
GroupSync is a self-deployed example app that provides support for managing [Cloud SQL IAM Database Authentication](https://cloud.google.com/sql/docs/mysql/authentication) for groups. GroupSync leverages [Cloud Run](https://cloud.google.com/run), [Cloud Scheduler](https://cloud.google.com/scheduler), and the [Cloud SQL Python Connector](https://github.com/googlecloudplatform/cloud-sql-python-connector) to consistently update and sync Cloud SQL instances based on IAM groups. It will create missing database IAM users, GRANT roles to database IAM users based on their IAM groups, and REVOKE roles from database IAM users no longer in IAM groups.

0 commit comments

Comments
 (0)