Skip to content

Enable SSL in RDS Requests by Datadog #175

Open
@joyliu-q

Description

@joyliu-q

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions