Summary
In T410399: [Epic] Update MediaWiki extension code to read from IPoid OpenSearch, we refactored IPInfo and WikimediaEvents to use IPReputation for talking to the IPoid service, and we also refactored IPReputation to support using the OpenSearch backend instead of the NodeJS service. In this task, we'll flip the configuration switch to start using the OpenSearch backend.
Technical notes
Ensure these settings are applied to all wikis:
$wgIPReputationDataProvider = 'opensearch_ipoid'; $wgIPReputationIPoidUrl = 'https://opensearch-ipoid.discovery.wmnet:30443';
Acceptance criteria
- IPReputation reads from OpenSearch instead of the NodeJS service in all wikis