-
Notifications
You must be signed in to change notification settings - Fork 71
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
Fixup for oauth2 usernames #185
Conversation
Signed-off-by: Max Shaposhnik <mshaposh@redhat.com>
❌ E2E Happy path tests failed ❗ See Details
Test product:
Eclipse Che QE channel: https://mattermost.eclipse.org/eclipse/channels/eclipse-che-qe |
❌ E2E Happy path tests failed ❗ See Details
Test product:
Eclipse Che QE channel: https://mattermost.eclipse.org/eclipse/channels/eclipse-che-qe |
Signed-off-by: Max Shaposhnik <mshaposh@redhat.com>
✅ E2E Happy path tests succeed 🎉 See Details
Test product:
Eclipse Che QE channel: https://mattermost.eclipse.org/eclipse/channels/eclipse-che-qe |
Signed-off-by: Max Shaposhnik mshaposh@redhat.com
What does this PR do?
When authentication is done using OAuth2 tokens, git credential must have form
http://oauth2:<password>@server.com
instead ofhttp://<username>:<password>@server.com
Screenshot/screencast of this PR
What issues does this PR fix or reference?
eclipse-che/che#20790
How to test this PR?
Try to perform clone from private GitLab repository. Before fix it will fail. Afret fix, wokring OK.
PR Checklist
As the author of this Pull Request I made sure that:
What issues does this PR fix or reference
andHow to test this PR
completedReviewers
Reviewers, please comment how you tested the PR when approving it.