knative-extensions / security-guard

Runtime security plug to protect user containers
Apache License 2.0
64 stars 12 forks source link

Add alert aggregation #149

Closed davidhadas closed 1 year ago

davidhadas commented 1 year ago

This enhancement is in preparation for integrating into CWPP systems.

Have all gates send the alerts to the guard service.

Alert information should include the following:

Guard service may log all alerts (have a flag in env to indicate if to log in info or in debug) Guard service may send all using grpc or... (TBD) to CWPP systems (destination if available is defined by env)

davidhadas commented 1 year ago

Solved by #152