Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ Before you begin, ensure you have the following:
* IAM Permissions:
* Cloud SQL Client (`roles/cloudsql.client`)
* Cloud SQL Admin (`roles/cloudsql.admin`)
> **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.
Comment thread
averikitsch marked this conversation as resolved.
Outdated

## Getting Started

Expand Down