Skip to content

Commit b3da490

Browse files
authored
Apply suggestion from @averikitsch
1 parent cb33d1c commit b3da490

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,8 @@ Before you begin, ensure you have the following:
3232
* IAM Permissions:
3333
* Cloud SQL Client (`roles/cloudsql.client`)
3434
* Cloud SQL Admin (`roles/cloudsql.admin`)
35-
> **Note:**
36-
> 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).
37-
> 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).
38-
> 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.
35+
> [!NOTE]
36+
> If you do not configure a specific `CLOUD_SQL_POSTGRES_USER` or `CLOUD_SQL_POSTGRES_PASSWORD`, this extension defaults to using the active local IAM user credentials. 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).
3937
4038
## Getting Started
4139

0 commit comments

Comments
 (0)