servicecatalog / oscm-dockerbuild

OSCM docker build files.
Apache License 2.0
3 stars 10 forks source link

Enhance oscm-branding to enable CORS #280

Closed GoebelL closed 4 years ago

GoebelL commented 4 years ago

Summary The browser console on custom-branded marketplace shows errors 'https://server:8081' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.

Details The nginx configuration in oscm-branding has to be enhanced to enable CORS. This example shall be helpful for implementing this task.

Acceptance criteria

Additional context Ask me