https://linen.dev logo
y

yevgen

02/23/2022, 1:56 PM
I am trying to update the mongodb-v2 connector to support connections to TLS enabled Amazon DocumentDB. I have a version working locally, but I am concerned by the design. I am installing the required CA certs into the connector's docker image. I think this means the certs will become stale with no way to refresh except rebuild the docker image. Is this a showstopper? If yes I have a more dynamic option that installs the certs at runtime, but this would require the connector to be able to connect to the internet. I have described the pros and cons in more detail on the issue page. https://github.com/airbytehq/airbyte/issues/10388 . Which option would be better, or is there an option I am missing? Please let me know if you need any more background on the issue.
a

Aaron Williams

02/23/2022, 2:02 PM
Here is a preview of the PR I was going to put up before I thought of the design problem. https://github.com/airbytehq/airbyte/compare/master...awill1:awill1/add-documentdb-tls-support
2 Views