Open
Description
Right now, Datadog is connecting to the database with no encryption of the password.
FATAL: no pg_hba.conf entry for host "[IP_ADDRESS]", user "datadog", database "postgres", no encryption
Because RDS configuration of postgres 15 by default requires SSL, Datadog's connection requests would be rejected and it will keep trying to connect, spamming the database.
We currently disabled this SSL requirement but need to fix it long-term by enabling SSL in RDS requests made by Datadog.
Method
When renewing certificate for RDS, we may need to export the public key from database, add the ca certificate to Datadog.
Metadata
Metadata
Assignees
Labels
No labels