Skip to content

Commit af163fd

Browse files
authored
Merge branch 'main' into settings-env
2 parents 7e72715 + 1bac682 commit af163fd

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.licenserc.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ header:
1616
license:
1717
spdx-id: "Apache-2.0"
1818
copyright-owner: "Google LLC"
19+
copyright-year: "2025"
1920
paths:
2021
- "**/*.yaml"
2122
- "**/*.yml"

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +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+
> 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).
3537
3638
## Getting Started
3739

0 commit comments

Comments
 (0)