I am seeing an issue with JWTAuthPlugin in Solr 9.6.0 where it doesn't seem to intercept an internode request to add the bearer token . This is causing the ExternalRuleBasedAuthPlugin to return 403 as the user's roles are not retrieved in the node receiving the internode request. To summarize my setup is a collection replica only in node1 and when a request comes to node2 it forwards it to node1 which then fails with a 403 as the user's role is not available. Am I missing something in the Jwt setup?
Thanks Sunil Varma