gerlowskija commented on code in PR #826: URL: https://github.com/apache/solr/pull/826#discussion_r866059491
########## solr/CHANGES.txt: ########## @@ -44,6 +44,12 @@ Improvements * SOLR-15045: `DistributedZkUpdateProcessor` now issues commits to local shards and remote shards in parallel, halving the latency of synchronous commits (Michael Gibney) +Security +---------------------- +* SOLR-15857: Solr now supports Secret Manager for Zookeeper ACL/credentials retrieval. + The default supported SM is AWS SM. Review Comment: Ah, never mind, I think I understand now. It's not the default setting overall, but if the user configures a secret manager the default backend will be AWS's Secret Manager. -- 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]
