With a self-hosted GitLab it is possible to have a url like https://api.mygitlab.com for services to use tokens and a url like https://mygitlab.com for users to hit.
- Users are not allowed to authenticate to the API url.
- Services are not allowed to authenticate to the base url.
- So when clicking urls to goto repos in Sourcebot, GitLab gives could not authenticate errors.
Proposal:
Add an optional config for gitlab provider of webUrl to match the name in the DB.
With a self-hosted GitLab it is possible to have a url like
https://api.mygitlab.comfor services to use tokens and a url likehttps://mygitlab.comfor users to hit.Proposal:
Add an optional config for gitlab provider of
webUrlto match the name in the DB.