carvel-dev / vendir

Easy way to vendor portions of git repos, github releases, helm charts, docker image contents, etc. declaratively
https://carvel.dev/vendir
Apache License 2.0
276 stars 49 forks source link

Authenticate to git provider using single sigin-on #200

Open TomTucka opened 1 year ago

TomTucka commented 1 year ago

👋🏼,

Is it possible to authenticate vendir when trying to pull from a git provider in which you have access to via SSO? We can't create passwords as our accounts are managed centrally.

cppforlife commented 1 year ago

@TomTucka good question. since vendir just uses git binary i'd imagine it should work same way as you would configure it with any regular git invocation. have you tried it?

github-actions[bot] commented 1 year ago

This issue is being marked as stale due to a long period of inactivity and will be closed in 5 days if there is no response.

neil-hickey commented 1 year ago

Any luck in trying this out @TomTucka ? If not, we can leave this open to explore the possibility of it working.