janhoy commented on issue #789: URL: https://github.com/apache/solr-operator/issues/789#issuecomment-4004777877
Hi. As you say the CSP is hard coded in jetty.xml. So one option could be to mount your own custom jetty.xml file into the solr container as a volume from a ConfigMap. Another option is to build your custom Docker image with just a COPY line in your Dockerfile. A third option is probably to contribute a feature to the solr repo where you make the CSP string configurable using a `<Property >` tag as in many other jetty config files. Then you have a way to inject your own. Closing this issue for now, as it is not really a solr-operator issue. Feel free to re-open if more discussion is needed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
