argocd-image-updater icon indicating copy to clipboard operation
argocd-image-updater copied to clipboard

Question: Git authentication when running binary on local machine

Open djfinnoy opened this issue 3 years ago • 0 comments

Hello,

I'm waiting for the webhook trigger functionality before we can adopt this tool. However, I got the idea that I could probably just run the binary in our CI pipeline.

Got it working well enough, but it looks like the only way to authenticate with git is to use kubernetes secrets. Are these secrets accessible when running the binary locally, outside of the cluster? In my attempts so far, I get prompted to provide github credentials, so I'm guessing the answer is no.

Are there any workarounds?

djfinnoy avatar May 03 '22 12:05 djfinnoy