Skip to content

chore(docs/admin/infrastructure): call out and link to awsiamrds auth for aws rds #15955

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Dec 24, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Next Next commit
chore(docs/admin/infrastructure): call out and link to awsiamrds auth…
… for aws rds
  • Loading branch information
johnstcn committed Dec 24, 2024
commit e475d90474bf161d68f97fa6efac1c2c2fe3e330
2 changes: 1 addition & 1 deletion codersdk/deployment.go
Original file line number Diff line number Diff line change
Expand Up @@ -2292,7 +2292,7 @@ when required by your organization's security policy.`,
},
{
Name: "Postgres Auth",
Description: "Type of auth to use when connecting to postgres.",
Description: "Type of auth to use when connecting to postgres. For AWS RDS, using IAM authentication (awsiamrds) is recommended.",
Flag: "postgres-auth",
Env: "CODER_PG_AUTH",
Default: "password",
Expand Down
2 changes: 1 addition & 1 deletion docs/admin/infrastructure/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ external PostgreSQL 13+ database for production deployments.

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

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

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/cli/server.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.