Skip to content

Commit cb33d1c

Browse files
committed
docs: add info on creating IAM users and default credential behavior
1 parent 5f2168b commit cb33d1c

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,11 @@ 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:** 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).
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.
39+
3640
## Getting Started
3741

3842
### Installation

0 commit comments

Comments
 (0)