We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When trying to add a package from own gitlab :
→ using a git https://username:token@gitlab.instance:123/path/to/repo.git URL as workaround
https://username:token@gitlab.instance:123/path/to/repo.git
GitLab Log Output
Parameters: {"service"=>"git-upload-pack", "namespace_id"=>"mygroup", "repository_id"=>"hereistherepo.git"} Filter chain halted as :authenticate_user rendered or redirected Completed 401 Unauthorized in 23ms
The text was updated successfully, but these errors were encountered:
Yes, it is a bug in ComposerPackageSynchronizer, for gitlab packages authorization is hardcoded for gitlab.com. We will fix it asap 😉
ComposerPackageSynchronizer
gitlab.com
Sorry, something went wrong.
karniv00l
Successfully merging a pull request may close this issue.
When trying to add a package from own gitlab :
Gitlab Response is 401
→ using a git
https://username:token@gitlab.instance:123/path/to/repo.git
URL as workaroundGitLab Log Output
The text was updated successfully, but these errors were encountered: