You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and we dont have "registry option enabled" (so running just UI).
UI is opening up, but when we try to access it, I can see we are getting CORS error in network tab (in Chrome):
Access to XMLHttpRequest at 'https://reg1.example.com/v2/_catalog?n=1000' from origin 'https://AAA.BBB' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
What's the way out? I have tried to manually update nginx default.conf with "add-header" commands but no luck.
The text was updated successfully, but these errors were encountered:
hi,
we have few internal registries we would like to expose using this registry UI.
below are the values we are setting:
and we dont have "registry option enabled" (so running just UI).
UI is opening up, but when we try to access it, I can see we are getting CORS error in network tab (in Chrome):
What's the way out? I have tried to manually update nginx default.conf with "add-header" commands but no luck.
The text was updated successfully, but these errors were encountered: