Hi @torgabor_4445 and @sdohle_3924, I dug deeper into GitLab connectors and it looks like there are two ProGet issues here and a configuration issue. PG-2210: GitLab does not return the "time" property when it returns package metadata. This causes ProGet to fail to return any packages. PG-2211: There is a display issue when entering only a password with bearer authentication. The UI will show anonymous, even though it will use the token. Configuration Issue: here is what you will need to configure a GitLab connector. Connector URL: https://gitlab.com/api/v4/projects/12345/packages/npm/ User Name: leave blank Password: Generate a personal access token with API access and set that value there. Authentication: Bearer Advanced Options: Check exact package match only. GitLab does not support partial searching and/or listing I have added fixes for PG-2210 and PG-2211 and they will release tomorrow in ProGet 2022.9. Once you upgrade to 2022.9 and make the configuration updates, you should be able to pull GitLab packages via a connector. Thanks, Rich