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.