Update related documentation to Clickpipes using AWS IAM#6458
Update related documentation to Clickpipes using AWS IAM#6458masterashu wants to merge 3 commits into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
3 Skipped Deployments
|
|
|
Co-authored-by: Dominic Tran <dominic.tran@clickhouse.com>
Co-authored-by: Dominic Tran <dominic.tran@clickhouse.com>
pfcoperez
left a comment
There was a problem hiding this comment.
LGTM though I think adding an example of what's expected to be set-up where would mark the difference.
| :::warning | ||
| For AWS RDS Postgres and Aurora Postgres you can only run `Initial Load Only` ClickPipes due to the limitations of the AWS IAM DB authentication. | ||
| :::note | ||
| For AWS RDS Postgres and Aurora Postgres, IAM authentication for replication is supported from PostgreSQL version 11 onwards and requires the `rds.iam_auth_for_replication` parameter to be set. On earlier versions, you can only run `Initial Load Only` ClickPipes. |
There was a problem hiding this comment.
I think it'd be good to have an example of the expected contents for rds.iam_auth_for_replication
There was a problem hiding this comment.
its a boolean field, so I don't think its needed
|
@masterashu - This is still in draft, is it good to go? |
Summary
Checklist