Summary
IPReputation's PreAuthenticationProvider class (code) calls IPoid, and logs information derived from IPoid in Logstash and Prometheus. This should be done in a deferred update, because we do not need testForAccountCreation to prevent requests based on this information.
Technical notes
As part of this work, we can remove the config for IPReputationIPoidCheckAtAccountCreationLogOnly and make that the default behavior -- IPReputation/PreAuthenticationProvider should just log, never deny an action, and the logging should happen in a deferred update
Acceptance criteria
- Remove the code that can deny a request based on IPoid data
- Place the logging code in a deferred update