-
Notifications
You must be signed in to change notification settings - Fork 110
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
Broker a stock Solr image for SolrCloud #3068
Comments
The solr-operator is adding the ability to specify config and schema when creating a SolrCloud CRD. We can expose this capability through the broker provisioning configuration options. |
Most of this work is complete. The only thing preventing us from using a stock solr image are some security vulnerabilities. If we make a PR upstream and it gets merged, the only concerns about the Solr image are these lines,
|
This no longer seems feasible with our current Solr on ECS design. There is quite a bit of customization that we do to setup storage permissions, ckan core, solr authentication and other solr options, that we can't be on the default Solr image. See the following for more information |
I'm really glad that @jbrown-xentity closed this. It might be possible, but if there's no external pressure to change this, there is little to no benefit from doing this. 😄 |
User Story
In order to minimize the potential for custom-built images to cause requests for overcompensating mitigations on the compliance front, the data.gov team wants to broker Solr without building a custom Solr image.
Acceptance Criteria
[ACs should be clearly demoable/verifiable whenever possible. Try specifying them using BDD.]
[AND optionally another precondition]
WHEN [a triggering event] happens
THEN [a verifiable outcome]
[AND optionally another verifiable outcome]
Background
[Any helpful contextual notes or links to artifacts/evidence, if needed]
Security Considerations (required)
[Any security concerns that might be implicated in the change. "None" is OK, just be explicit here!]
Sketch
[Notes or a checklist reflecting our understanding of the selected approach]
{"solrImageTag": "6.6.6-slim"}
parameter to specify a known good version of solr.The text was updated successfully, but these errors were encountered: