-
Notifications
You must be signed in to change notification settings - Fork 58
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
Enabling Cross-Origin Resource Sharing (CORS) in Dockerfile? #35
Comments
The guidance I just provided in your other issue (#34) is applicable to this as well. |
Hey Konrad, Openlink has provided a great guide on how to enable CORS: http://vos.openlinksw.com/owiki/wiki/VOS/VirtTipsAndTricksCORsEnableSPARQLURLs. I believe you can also do it through a isql statement. So that could be added in a custom image with a separate RUN command. |
@langens-jonathan Hello Jonathan, thanks for the link, however that is the same one as posted at the top, which shows how to do it using a graphical user interface but not how to do it using ISQL. |
@TallTed: Thank you for the guidance, I will implement that! |
@KonradHoeffner, fyi in our fork you can enable the CORS setting with a env flag if you want: https://github.com/redpencilio/docker-virtuoso/ . I think it should be fairly trivial to extract and create a PR to the tenforce image if you have the time. |
@nvdk: Thanks! Just executing |
According to the Wiki, one can enable CORS in the conductor web interface, but I want to enable that by default in a Docker image based on this one. Is it possible to configure this container in that way and if yes, how?
The text was updated successfully, but these errors were encountered: