Markus Bukowski

Results 7 comments of Markus Bukowski

You might try to run the commands against a process that **does not have the gops agent running**. This is not clear from the Github README.md but it is mentioned...

@chlins I have added another commit to address the [edge-case discussed in the issue](https://github.com/goharbor/harbor/issues/16973#issuecomment-1195975275). I will be traveling tomorrow but am happy to support with testing from Thursdays (28.07.) if...

From my perspective this PR can be closed as support was added in Artifact Registry. Artifact Registry now behaves like GCR and the GCR Adapter works out of the box...

@zyyw I have looked into this and believe to have identified the issue. The [native docker registry adapter](https://github.com/goharbor/harbor/blob/main/src/pkg/reg/adapter/native/adapter.go) adds the authentication header only to URLs that contain a `/v2/`. See...

@lindsayismith is looks like currently the proper header to `/artifacts-downloads` is added as a "side-effect". In contrast to `/artifacts-uploads`, `/artifacts-downloads` is done via a 302 redirect as observed: ``` 20:06:55...

> @mrbuk Hi, markus, as we discussed in the slack, do we have any possible to have a test account? @lindsayismith is currently looking into possibilities. When he comes online...

Thanks @lindsayismith. Good news I have just setup a Harbor 2.6.0 installation and was able to validate the following use cases. **Pull-based replication:** 1. Replicate from Artifact Registry to Harbor...