laminelam commented on code in PR #857:
URL: https://github.com/apache/solr/pull/857#discussion_r887960327
##########
solr/core/src/java/org/apache/solr/core/SolrXmlConfig.java:
##########
@@ -529,6 +529,9 @@ private static CloudConfig fillSolrCloudSection(
case "zkCredentialsProvider":
builder.setZkCredentialsProviderClass(value);
break;
+ case "zkCredentialsInjector":
Review Comment:
This is already done, part of the [original
PR](https://github.com/apache/solr/pull/826), but haven't included it here yet,
leaving it to when the PR is approved.
I attached a PDF of the generated ref-guide to the the original
[JIRA](https://issues.apache.org/jira/browse/SOLR-15857) too.
--
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]