Skip to content

Commit d4b8da5

Browse files
authored
Merge pull request #133 from GoogleCloudPlatform/enocom-patch-1
chore: Update README.md
2 parents 959dd89 + b367e77 commit d4b8da5

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
1+
# :warning: NOTE
2+
3+
Cloud SQL for MySQL 8.0+ has support for [Group IAM Authentication][group-iam-auth].
4+
We recommend all MySQL 8.0+ customers use this feature instead of the workaround here.
5+
6+
Cloud SQL for Postgres will have support for Group IAM Authentication soon.
7+
8+
See the [public docs][group-iam-auth] for more info.
9+
10+
[group-iam-auth]: https://cloud.google.com/sql/docs/mysql/iam-authentication#iam-group-auth
11+
112
# GroupSync: Cloud SQL IAM Database Authentication for Groups
13+
214
**Note:** This project is experimental and is not an officially supported Google product.
315

416
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)