Skip to content

Commit

Permalink
Added pod info to http (#434)
Browse files Browse the repository at this point in the history
Signed-off-by: Afek Berger <[email protected]>
  • Loading branch information
afek854 authored Jan 27, 2025
1 parent c21d06b commit 270e8b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion armotypes/runtimeincidents.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@ type HttpRuleAlert struct {
Proto string `json:"proto,omitempty" bson:"proto,omitempty"` // e.g., "HTTP/1.1"
} `json:"response,omitempty" bson:"response,omitempty"`

AttackerIp string `json:"attackerIp,omitempty" bson:"attackerIp,omitempty"`
SourcePodInfo RuntimeAlertK8sDetails `json:"sourcePodInfo,omitempty" bson:"podInfo,omitempty"`
AttackerIp string `json:"attackerIp,omitempty" bson:"attackerIp,omitempty"`
}

type AdmissionAlert struct {
Expand Down

0 comments on commit 270e8b6

Please sign in to comment.