Neos.NeosIo
Neos.NeosIo copied to clipboard
Handle packages with private repositories
When having packages on Packagist that are using a private GitLab repository, we get Bad credentials messages every hour when updating the package marketplace on neos.io…
The message is coming from authorizeOAuthInteractively() in the GitLab class of Composer, AFAICT.
We could either catch the error and either:
- mark the package as
private. - skip them (and ignore them next time?)
- something else
@kdambekalns but those messages seem to appear also for our own packages?
🤔 Indeed, looks like it. I have to admit I didn't dig any deeper…