Expand my Community achievements bar.

SOLR Authentication while using MSRP

Avatar

Level 1

1.  We have AEM 6.2 and are using the MSRP; leveraging solr as the index of the mongo database.

2. It is a single solr instance it is bound to, not a zookeeper cluster

3. There is a client requirement that all indexes (or services) have authentication

4. We can apply authentication to the underlying jetty server of solr

Is there a way to inject or pass credentials into the connection string from the MSRP to the solr server, to correctly authenticate with our index?  I've looked around to see if anyone else has done it but I have been coming up empty handed.

2 Replies

Avatar

Level 10

THis sounds more of a SOLR question than AEM.

Avatar

Level 1

Its more of an MSRP question.  We can lock down SOLR but unless there is a way to pass solr credentials through MSRP , AEM wont be able to authenticate.  Outside of the MSRP configs we provide , its pretty closed off so we would need a way of passing these through MSRP