Re: BasicAuth help

2020-09-04 Thread Aroop Ganguly
Try looking at a simple ldap authentication suggested here: https://github.com/itzmestar/ldap_solr You can combine this for authentication and couple it with rule based authorization. > On Aug 28, 2020, at 12:26 PM, Vanalli, Ali A - DOT

Re: BasicAuth help

2020-09-04 Thread Joe Doupnik
    There is an effective alternative approach to placing authentication within Solr. It is to use the web server (say Apache) as a smart proxy to Solr and in so doing also apply access restrictions of various kinds. Thus Solr remains intact, no addition needed for authentication, and authentic

Re: Solr client

2020-09-04 Thread Eric Pugh
Konstantinos, have you seen https://solr.cool/? It’s an aggregation site for all the extensions to Solr. You can add your project there, and that should get some more awareness! > On Sep 2, 2020, at 2:21 AM, Konstantinos Koukouvis > wrote: > > Hi everybody, sorry in advance if I’m using t

Semantic Knowledge Graph Jar File

2020-09-04 Thread Abhay Kumar
Hello, I need to integrate Semantic Knowledge Graph with Solr 7.7.0 instance. Can someone help to provide the jar file for "Semantic Knowledge Graph". I work on .net platform and I am not aware how to build using Maven. So, I want compiled jar file for "Semantic Knowledge Graph". Also, any help

RE: SolrCloud (6.6.6) SSL Setup - Unable to create collection

2020-09-04 Thread Victor Kretzer
I solved my problem by using just the certificate from my first node and copying that to the second node. I'm not sure whether all three are necessary, but I copied: * solr-ssl.keystore.jks * solr-ssl-keystore.p12 * solr-ssl.pem. If you originally made separate certificates for

Re: Semantic Knowledge Graph Jar File

2020-09-04 Thread Chris Hostetter
: I need to integrate Semantic Knowledge Graph with Solr 7.7.0 instance. If you're talking about the work Trey Grainger has writtne some papers on that was originally implemented in this repo... https://github.com/careerbuilder/semantic-knowledge-graph ..then that work was incorported into so