Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the ability to use Username/Password as authentication method #10

Open
traviskosarek opened this issue May 8, 2018 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Issue or PR needs someone to work on it!

Comments

@traviskosarek
Copy link
Member

The task currently authenticates to a Git repository by using a PAT token. Adding in an option to authenticate via a Username/Password would expand the options for users to interact with their Git repositories and provide a more robust experience.

As discovered in issue #6 , there may be an underlying issue outside of the task that restricts users to authenticating via a username/password instead of a PAT token. While a workaround exists by putting the "username:password" in the PAT token field, this is not ideal because of the mismatch of label and value within the task.

@calebcartwright
Copy link
Member

Btw @traviskosarek looking back at this (a few years on 😄), is there any reason this couldn't be sufficiently resolved by just renaming the input names and labels on the input (to cover both yaml and visual designer pipelines) with some accompanying minor enhancements to documentation?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Issue or PR needs someone to work on it!
Projects
None yet
Development

No branches or pull requests

2 participants