I'm trying to configure harbor as a docker registry as a vra 8 Code Stream endpoint but it seems that I'm not putting the correct url or it's not supported.
I was able to configure the public Docker Hub in vRA Code Stream.
I'm now trying to configure the harbor registry. I'm trying with the url for my test project repositories but I'm getting this error:
Malformed Repo URL: Please follow the suggested pattern
I'm using the url from the harbor registry repository that is something like this:
https://harborfqdn/harbor/projects/35/repositories/testpks%2Fhello
I tried to remove the %2Fhello or to put ":hello" but I get the same error:
If i put the url in a format that vra8 seems to accept like https://harborfqdn/repositories/testpks/hello
I get an error as that page return a 404:
Validation Failed as user details or Repo Url is incorrect
Anyone was able to use Harbor Registry with VRA 8 Code Stream?