Pull Replication from GitLab does not work if not member of source group #20056
Closed as not planned
Closed as not planned
Description
Hello,
I'm trying to pull replicate images from a public gitlab instance to a local harbor instance, but it does not find the images (hence the job ends with 0 Tasks).
I believe I tracked this down to:
The filter membership=true
or membership=1
causes to return only projects of which one is a member. But in case of public repos/groups this is usually not the case.
My proposal is to remove the membership=true
flag.