tabby icon indicating copy to clipboard operation
tabby copied to clipboard

Allow Git Credentials To be Set on Context-Providers

Open Husky110 opened this issue 8 months ago • 2 comments

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

Husky110 avatar May 11 '25 22:05 Husky110

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 avatar May 12 '25 00:05 wsxiaoys

@wsxiaoys - And what about systems that don't have that? Would be better to support everyone instead of the big ones.

Husky110 avatar May 12 '25 05:05 Husky110