iamsanjay commented on PR #2276:
URL: https://github.com/apache/solr/pull/2276#issuecomment-2058715129

   ### Can we remove the Legacy Auth mechanism? 
   
   No
   
   In User managed cluster, the only communication, IMO, happening is 
downloading of index from one node to another. The `PKIAuthenticationPlugin` 
only works in cloud environment and the condition that enclosed the PKI 
initialization logic checks whether it `isZookeeperAware()`.  Of course! that 
condition evaluates to false in UserManaged cluster and therefore the method 
which is responsible of setting auth headers never gets called.
   
   
https://github.com/apache/solr/blob/c3c83ffb8dba17dd79f78429df65869d1b7d87bb/solr/core/src/java/org/apache/solr/core/CoreContainer.java#L836-L855
   
   
https://github.com/apache/solr/blob/c3c83ffb8dba17dd79f78429df65869d1b7d87bb/solr/core/src/java/org/apache/solr/core/CoreContainer.java#L626-L631
   
   Will be adding a test case to test Legacy replication when Basic auth is 
enabled


-- 
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: issues-unsubscr...@solr.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to