palantir / phishcatch

A browser extension and API server for detecting corporate password use on external websites
https://github.com/palantir/phishcatch/wiki
Apache License 2.0
92 stars 21 forks source link

Support Configurable Server Alert Path #36

Open tuckner opened 3 years ago

tuckner commented 3 years ago

Problem

Currently, clients will use {{ server }}/alerts for sending new alert info. If a organization would rather not install & manage the server component but instead receive alerts directly to another tool, for many generic webhook utilities or HTTP Event Collectors (Splunk, SumoLogic two off hand examples) appending a path of /alerts would add an extra step which can sometimes be cumbersome.

Proposed Solution

Allow for clients to send to just the base endpoint to support more generic webhook type solutions.

carbureted commented 3 years ago

👍 , will get this in next release