From 5f2168baa585c82d8e89f85d221b6bb8665fb2b7 Mon Sep 17 00:00:00 2001 From: akaraj187 Date: Thu, 15 Jan 2026 07:38:15 +0000 Subject: [PATCH 1/2] docs: add link to IAM setup guide in Prerequisites --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f8abb92..a7d43c1 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Before you begin, ensure you have the following: * IAM Permissions: * Cloud SQL Client (`roles/cloudsql.client`) * Cloud SQL Admin (`roles/cloudsql.admin`) - +> **Note:** For instructions on how to configure IAM authentication and add these roles, please see the official [Google Cloud IAM Authentication Guide](https://cloud.google.com/sql/docs/postgres/iam-authentication#configure-iam-authentication). ## Getting Started ### Installation From cb33d1cf9f75a31419c87137533a53e6753147c9 Mon Sep 17 00:00:00 2001 From: akaraj187 Date: Thu, 15 Jan 2026 18:42:04 +0000 Subject: [PATCH 2/2] docs: add info on creating IAM users and default credential behavior --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a7d43c1..e6766d2 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,11 @@ Before you begin, ensure you have the following: * IAM Permissions: * Cloud SQL Client (`roles/cloudsql.client`) * Cloud SQL Admin (`roles/cloudsql.admin`) -> **Note:** For instructions on how to configure IAM authentication and add these roles, please see the official [Google Cloud IAM Authentication Guide](https://cloud.google.com/sql/docs/postgres/iam-authentication#configure-iam-authentication). +> **Note:** +> 1.For instructions on how to configure IAM authentication and add these roles, please see the official [Google Cloud IAM Authentication Guide](https://cloud.google.com/sql/docs/postgres/iam-authentication#configure-iam-authentication). +> 2. You must also add the IAM user to your Cloud SQL instance. See [Creating a database user](https://cloud.google.com/sql/docs/postgres/add-manage-iam-users#creating-a-database-user). +> 3. If you do not configure a specific `CLOUD_SQL_POSTGRES_USER` or `PASSWORD`, this extension defaults to using the active local IAM user credentials. + ## Getting Started ### Installation