otterize / network-mapper

Map Kubernetes traffic: in-cluster, to the Internet, and to AWS IAM and export as text, intents, or an image
Apache License 2.0
612 stars 23 forks source link

Fix bug where pod source identity could be incorrectly resolved #165

Closed orishoshan closed 10 months ago

orishoshan commented 10 months ago

Description

In some cases, empty source identities would be returned, causing erroneous reporting to Otterize Cloud. This PR fixes the problem and also adds regression tests.

Testing