-
Notifications
You must be signed in to change notification settings - Fork 56
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
Added /gitproxy
API endpoint
#2550
Conversation
Codecov ReportAttention:
... and 20 files with indirect coverage changes 📢 Thoughts on this report? Let us know!. |
8ef450b
to
338ffc2
Compare
As discussed internally we need to check if there was an error regarding the Gitlab search endpoint: This seems to point to a @torchiaf is on it 👍 |
Adding one more insight. I was trying to use the Gitlab {"error":"404 Not Found"} Reading the Gitlab doc it should be just {"message":"401 Unauthorized"} Maybe that's the reason because of the error? Maybe the search on Gitlab needs a token, and so it was not available? By the way I'm not sure where the |
91d33cd
to
32725c0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
32725c0
to
ddcf497
Compare
This PR adds the
/gitproxy
endpoint.This endpoint will proxy some of the Github and Gitlab APIs. If a gitconfig ID is provided then this will be used to enrich the request (with the token, or skipping the SSL verification, or custom certificates).