Go to file
Baikov Dmitrii 1d0ff7d745
Some checks are pending
Deploy Docker Image / build-and-deploy (push) Waiting to run
Add TRUSTED risc score (#80)
2024-10-21 15:46:57 +03:00
.github Up woody (#73) 2024-08-21 12:30:18 +03:00
images Fix readme (#17) 2019-12-04 14:11:34 +03:00
src Add TRUSTED risc score (#80) 2024-10-21 15:46:57 +03:00
.codecov.yml 🔄 Synced file(s) with valitydev/configurations (#10) 2022-11-14 23:05:59 +07:00
.DS_Store TD-390: add iam support + kafka config 2022-10-20 13:59:52 +03:00
.gitignore All files 2019-04-18 17:34:18 +03:00
CODEOWNERS 🔄 Synced file(s) with valitydev/configurations (#10) 2022-11-14 23:05:59 +07:00
LICENSE Update file(s) from valitydev/.github 2022-02-21 22:05:03 +00:00
pom.xml Add TRUSTED risc score (#80) 2024-10-21 15:46:57 +03:00
README.md Epic/swag test (#87) 2021-08-03 12:02:35 +03:00
renovate.json Add renovate.json (#5) 2022-02-22 10:43:09 +03:00

Fraudbusters Management

Service for managing antifraud patterns and black/white/name lists

Provides a swagger interface for creating, deleting and modifying templates, as well as managing groups and bundles of patterns. Also provides a swagger interface for creating, deleting and reading black / white / name lists.

Service Interaction Topology.

The service interacts with fraudbusters and wb-list-manager through the kafka topics using the following protocols, respectively

alt text

Build

mvn clean package

Start

java -jar target/fraudbusters-management.jar

http://localhost:8080/fb-management/v1/swagger-ui.html#/

License

Apache 2.0 License.