Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session
SOLVED

Authenticate from our AEM MSRP to Solr

Avatar

Level 2

Hi,

I want to authenticate from our AEM MSRP to our Solr index instance as a security requirement. The AEM MSRP configuration page (https://helpx.adobe.com/experience-manager/6-2/communities/using/msrp.html) does not provide a method for username/password injection.

Is there a way to accomplish this programmatically?

Thank you

1 Accepted Solution

Avatar

Correct answer by
Employee

Communities does not support any authentication based security mechanism between mongo and solr. in fact Mongo does not directly interact with SOLR.

For an On-Prem installation, IP whitelisting can be used to ensure that SOLR receives requests only from a whitelisted AEM server. 

View solution in original post

3 Replies

Avatar

Level 10

I checked with the team - they replied:

The MongoDB URI referenced in the documentation can include a user / password as per https://docs.mongodb.com/manual/reference/connection-string/

Avatar

Correct answer by
Employee

Communities does not support any authentication based security mechanism between mongo and solr. in fact Mongo does not directly interact with SOLR.

For an On-Prem installation, IP whitelisting can be used to ensure that SOLR receives requests only from a whitelisted AEM server. 

Avatar

Level 2

Hi,

Smacdonald and Asok kumar Thanks for your quick and helpful reply. The issue got resolved. Thank you so much.