Skip to content

Commit

Permalink
fix(pg-cdc): fix AWS RDS endpoint behind a privatelink (#15348) (#15351)
Browse files Browse the repository at this point in the history
Co-authored-by: StrikeW <[email protected]>
Co-authored-by: Huangjw <[email protected]>
  • Loading branch information
3 people authored Feb 29, 2024
1 parent 40854cb commit 5e6e2ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public class PostgresValidator extends DatabaseValidator implements AutoCloseabl

private final boolean pubAutoCreate;

private static final String AWS_RDS_HOST = "rds.amazonaws.com";
private static final String AWS_RDS_HOST = "amazonaws.com";
private final boolean isAwsRds;

// Whether the properties to validate is shared by multiple tables.
Expand Down

0 comments on commit 5e6e2ca

Please sign in to comment.