-
-
Notifications
You must be signed in to change notification settings - Fork 323
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cross Site Request to Registry blocked by Browser #55
Comments
I changed the k8s LoadBalancer config so that both services (ui and registry) are on the same ip. |
Hello, You can check the README and this comment which explain CORS errors #25 (comment) If you don't need the multi registries feature, you can use the static version examples here |
Yeah, sorry, read over that part a few times cause I thought that was only Docker Compose config stuff. |
😄 |
Yeah thanks that's working now, the doc about URL and REGISTRY_URL could be less misleading though. |
Ok, thank you 😄 |
I deployed joxit/docker-registry-ui:arm64v8 via k8s, all went well, but after I add a registry I get the following warning as a popup on the bottom:
The frontend is opening http://192.168.126.2:5000/v2/_catalog?n=100000 but this request is blocked.
When opening the url in a new tab I get a response:
{ "repositories": [ "helloworld" ] }
So registry and registry ui are working, I just don't know how to get it working without DNS entries?
Any suggestions?
The text was updated successfully, but these errors were encountered: