Allow Git Credentials To be Set on Context-Providers
Hey, Right now there I see a problem when adding a git-repo as context-provider. I was trying to add some repos in my GitBucket instance, but the current implementation does not allow to provide any credentials to add to a git repo, so it can only clone public repos, which is not good in a company context. There should be an option (preferably a drowndown-menu) that has the following options:
- No Auth (Like it is right now - for public repos)
- DeployKey (an SSH-Key to add as credential)
- HTTP-Auth (for http-Authentication)
Greetings
Thanks for the feedback. For reference, you can simply use your Git URL in a format like https://[email protected]/... for most systems, as they integrate through basic authentication.
@wsxiaoys - And what about systems that don't have that? Would be better to support everyone instead of the big ones.