Task #2270
Story #2067: Refactor the index task generator and processor to improve scalability and performance
Restrict access to solr update to localhost
Status:
Closed
Priority:
Normal
Assignee:
Skye Roseboom
Category:
d1_indexer
Target version:
Start date:
2012-01-31
Due date:
% Done:
100%
Milestone:
CCI-1.0.0
Product Version:
*
Story Points:
Sprint:
Description
Restrict sole's update url from being invoked - except by requests originating from localhost. To restrict update/delete of index data.
History
#1 Updated by Skye Roseboom almost 13 years ago
- Target version changed from Sprint-2012.03-Block.1.2 to Sprint-2012.05-Block.1.3
#2 Updated by Skye Roseboom almost 13 years ago
- Status changed from New to In Progress
updating solr_mod.jk in dataone-solr buildout to restrict.
CN indexing component will connect to tomcat/solr through localhost, not through apache/mod_jk.
Just need to coordinate what if any solr endpoints to expose through mod_jk.
#3 Updated by Skye Roseboom almost 13 years ago
- Status changed from In Progress to Closed
Updated solr's mod_jk configuration to only expose select endpoint for both solr cores through apache.
CN components can connect to solr through tomcats localhost http port for solr communication.