Hi, what's the best way to add rds-combined-ca-bun...
# replication-troubleshooting
w
Hi, what's the best way to add rds-combined-ca-bundle.pem in docker? Does anyone have an example of how to do this? I want to connect my data source to AWS DocumentDB, but I don't know if I should build a new docker image, if so which one? Thanks
✍️ 1
m
I would try to use DocumentDB compatibility with mongodb, so, just add the mongodb destination and try to point it to your DocumentDB instance, see if that work
u
@[DEPRECATED] Marcos Marx turned this thread into Zendesk ticket 2849 to ensure timely resolution!
u
Hi, Wendell! Let me know if Marcelo's suggestion works for you. Here is an official doc from Docker on how to install certificates: https://docs.docker.com/engine/security/certificates/
👀 1
w
What is the correct way to enter the address of my documentDB service? mongodb://teste.sa-east-1.docdb.amazonaws.com:27017/companies?ssl=true&authSource=admin&ssl_ca_certs=rds-combined-ca-bundle.pem&replicaSet=rs0&readPreference=secondaryPreferred&retryWrites=false&maxPoolSize=100 I still don't understand if the problem is in not having "rds-combined-ca-bundle.pem" inside DOCKER or if I have to encode this connection.
u
I've dug deeper into our GitHub and found this: https://github.com/airbytehq/airbyte/issues/10388#issuecomment-1048802847 Take a look at the workarounds that user suggests, but for now this still looks like an open issue without an official solution. Let me know if that helps!