Default root cert for RDS warehouses if not provided during warehouse creation #922
Open
Description
When setting up an RDS warehouse, our destination doesn't require an SSL certificate if the ssl mode is set to allow
. We don't know how Airbyte connects to the warehouse, but dbt and edr need to send a certificate in order to connect
If the warehouse is RDS we can using amazon's global bundle, which is on our production machine's disk at /home/ddp/global-bundle.pem
(which we downloaded from https://truststore.pki.rds.amazonaws.com/global/global-bundle.pem)
if the sslmode is anything other than disable
we should insert an sslrootcert
key into
- the secrets manager's warehouse credentials
- the dbt cli profile
Metadata
Assignees
Labels
No labels