Skip to content

Commit

Permalink
Highlight why we mention Kerberos....
Browse files Browse the repository at this point in the history
  • Loading branch information
epugh committed Dec 2, 2024
1 parent ea09711 commit bc20356
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions solr/core/src/java/org/apache/solr/core/CoreContainer.java
Original file line number Diff line number Diff line change
Expand Up @@ -599,6 +599,9 @@ private void setupHttpClientForAuthPlugin(Object authcPlugin) {
SolrHttpClientBuilder builder =
builderPlugin.getHttpClientBuilder(HttpClientUtil.getHttpClientBuilder());

// The Hadoop Auth Plugin was removed in SOLR-17540, however leaving the below reference
// for future readers, as there may be an option to simplify this logic.
//
// this caused plugins like KerberosPlugin to register its intercepts, but this intercept
// logic is also handled by the pki authentication code when it decides to let the plugin
// handle auth via its intercept - so you would end up with two intercepts
Expand Down

0 comments on commit bc20356

Please sign in to comment.