Jan
Thanks for your help, I’m going recommend to my team to upgrade, we’re not in
production yet so it shouldn’t be an issue.
Sent from my iPhone
> On Sep 14, 2019, at 9:00 AM, Jan Høydahl wrote:
>
> JWT auth is not backported to 7.x and also requires changes to other core
> parts of Solr.
JWT auth is not backported to 7.x and also requires changes to other core parts
of Solr. So just dropping in the jars will not work.
I’d encourage you to upgrade to 8.x
Jan Høydahl
> 13. sep. 2019 kl. 19:54 skrev Tyrone Tse :
>
> I only copied the 2 jars
>
> -
>
> jwt-auth-1.0.0.jar
>
>
I only copied the 2 jars
-
jwt-auth-1.0.0.jar
-
jose4j-0.6.3.jar
to the $SOLR_HOME/lib folder, to install the code for the
https://github.com/cominvent/solr-auth-jwt plugin
On Fri, Sep 13, 2019 at 11:55 AM Shawn Heisey wrote:
> On 9/13/2019 10:30 AM, Tyrone Tse wrote:
> > When
On 9/13/2019 10:30 AM, Tyrone Tse wrote:
When I check the solr.log file I am seeing the following error
2019-09-13 15:09:27.816 ERROR (main) [ ] o.a.s.s.SolrDispatchFilter Could
not start Solr. Check solr/home property and the logs
2019-09-13 15:09:27.838 ERROR (main) [ ] o.a.s.c.SolrCore
nu
I am testing the JWT Auth plugin from
https://github.com/cominvent/solr-auth-jwt
as my project is using Solr 7.2.
I downloaded the master branch for the code, and I built the
jwt-auth-1.0.0.jar
with the mvn package command.
I then copied the jar to my $SOLR_HOME/lib/
I also downloaded the jose4