From 77286d9abf34eb8ff9b4b1a3c27ea78fb45b6a5f Mon Sep 17 00:00:00 2001 From: "mtarrade.sap@gmail.com" Date: Wed, 20 Nov 2024 14:21:54 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9Dupdate=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 18a2249..132d11e 100644 --- a/README.md +++ b/README.md @@ -264,6 +264,13 @@ If, upon detection of an attack, envoy detects that the request to divert is aut Please refer to our [wiki](https://github.com/SAP/cloud-active-defense/wiki/Detect#respond) for details. +### Frontend Angular + +The frontend is where you can control and manage the decoys you set and have a better view of the alerts sent by fluentbit. This controlpanel provides a way to add/modify, enable or disable a decoy and display the decoys in a list. + +### Api +Server side of what you are able to see in the frontend. The api can interact with the configmanager to set the decoy config. The api is also connected to a database to store all of the decoys and logs + # Configuration and advanced topics Please refer to our [wiki](https://github.com/SAP/cloud-active-defense/wiki) page to learn about decoys in details, and about how to modify the source code.