Skip to content
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

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

Closed
HoustonPutman opened this issue Aug 24, 2023 · 1 comment · Fixed by #610
Closed

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

HoustonPutman opened this issue Aug 24, 2023 · 1 comment · Fixed by #610
Labels
bug Something isn't working cloud security TLS or Auth for Solr

Comments

@HoustonPutman
Copy link
Contributor

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 HoustonPutman added bug Something isn't working cloud security TLS or Auth for Solr labels Aug 24, 2023
@HoustonPutman
Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working cloud security TLS or Auth for Solr
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant