Hello I get a "unauthorized to list catalog",
i want to sync images from a harbor instance, the login is correct (checked several times, i can push to it with the same credentials), the link works too.
level=error msg="error getting catalog page: GET https://hub.domain.com/v2/_catalog?last=&n=100: UNAUTHORIZED: unauthorized to list catalog"
to the config:
i would like to syncronize two namespaces with the help of regex, harbor itself offers this possibility only very limited.
?last=&n=100
what still surprises me is that the number of tags to be retrieved is set to 100, even though 1000 is set in the config.
i use the latest xelalex/dregsy docker image version
in another sync job, i push to the same harbor instance, that works.
But with the list there are problems
I hope you can help me
Hello I get a "unauthorized to list catalog",
i want to sync images from a harbor instance, the login is correct (checked several times, i can push to it with the same credentials), the link works too.
level=error msg="error getting catalog page: GET https://hub.domain.com/v2/_catalog?last=&n=100: UNAUTHORIZED: unauthorized to list catalog"to the config:
i would like to syncronize two namespaces with the help of regex, harbor itself offers this possibility only very limited.
?last=&n=100what still surprises me is that the number of tags to be retrieved is set to 100, even though 1000 is set in the config.
i use the latest xelalex/dregsy docker image version
in another sync job, i push to the same harbor instance, that works.
But with the list there are problems
I hope you can help me