argocd-image-updater
argocd-image-updater copied to clipboard
Question: Git authentication when running binary on local machine
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?