Configurable Docker repository for images #36268
Closed
hmcc
started this conversation in
Connector Ideas and Features
Replies: 1 comment
-
Closing in favour of ticket in https://support.airbyte.com/hc/en-us/requests/new |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
At my company we are using Airbyte as part of a broader platform to onboard data into our system.
We have a requirement to install all Docker images from our own Docker repository, where they can undergo the standard company security scans.
When installing Docker images for connectors, we have been able to do this with the
source_definitions/create_custom
API call - so we have, for example, a "custom S3 connector" that is exactly the same as the regular S3 connector except that the image comes from our own Docker repo. This isn't elegant, but it works.However, we also use the connector builder to build a REST connector, and this is more problematic. The
source_definitions/create_custom
API call doesn't work in this case becauseairbyte/source-declarative-manifest
is not a connector, and will fail with"java.lang.IllegalStateException: Get Spec job failed."
What do you suggest, please?
Beta Was this translation helpful? Give feedback.
All reactions