How to authorize for downloading KafkaConnect build.plugins in private storage or package #11773
-
I have custom plugin in s3 or github private repository release file. But KafkaConnect CRD spec.build.plugins don't set credentials. How to download file in s3 or private repository? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
TBH I think there is not a way how to "authorize" to such private registries or to AWS S3 bucket. |
Beta Was this translation helpful? Give feedback.
Maybe (I read it on StackOverflow TBH 😀) you can do something like this:
https://_:[email protected]/myorg/myrepo/com/org/mypackage/1.0.0/mypackage-1.0.0.jar
and pass the token as an env variable? But that's just my guessing.