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
Solved! Go to Solution.
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.
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/
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.
Hi,
Smacdonald and Asok kumar Thanks for your quick and helpful reply. The issue got resolved. Thank you so much.
Views
Replies
Total Likes