Skip to content

Commit e475d90

Browse files
committed
chore(docs/admin/infrastructure): call out and link to awsiamrds auth for aws rds
1 parent 314bb67 commit e475d90

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

codersdk/deployment.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2292,7 +2292,7 @@ when required by your organization's security policy.`,
22922292
},
22932293
{
22942294
Name: "Postgres Auth",
2295-
Description: "Type of auth to use when connecting to postgres.",
2295+
Description: "Type of auth to use when connecting to postgres. For AWS RDS, using IAM authentication (awsiamrds) is recommended.",
22962296
Flag: "postgres-auth",
22972297
Env: "CODER_PG_AUTH",
22982298
Default: "password",

docs/admin/infrastructure/architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ external PostgreSQL 13+ database for production deployments.
9494

9595
A managed PostgreSQL database, with daily backups, is recommended:
9696

97-
- For AWS: Amazon RDS for PostgreSQL
97+
- For AWS: Amazon RDS for PostgreSQL using [RDS IAM authentication](../../reference/cli/server.md#--postgres-auth).
9898
- For Azure: Azure Database for PostgreSQL
9999
- Flexible Server For GCP: Cloud SQL for PostgreSQL
100100

docs/reference/cli/server.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)