apache / solr-operator

Official Kubernetes operator for Apache Solr
https://solr.apache.org/operator
Apache License 2.0
243 stars 112 forks source link

Fix Solr probes w/TLS for Solr 9.2+ #609

Closed HoustonPutman closed 9 months ago

HoustonPutman commented 10 months ago

Currently various versions of Solr 9 cannot be run with TLS in the Solr Operator, because of the way that secure probes are run. Namely, we explicitly invoke SolrCLI, which has changed its location in newer versions. We need to use the solr api - command, which will be available in Solr 8.11, so this can only be done when that is the minimum supported version.

HoustonPutman commented 9 months ago

Solr 9.4 is going to be required for these fixes, since there are a number of TLS bugs in 9.0-9.3