IBM / network-config-analyzer

A semantic analyzer for resources that configure network connectivity (e.g., Kubernetes NetworkPolicy).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Filter out reporting connectivity to DNS entries whenever Istio layer is not present in configuration

tanyaveksler opened this issue · comments

Since connectivity to DNS entries is controlled only by the Istio layer, K8s and Calico layers cannot block connectivity to DNS entries (the code was changed accordingly). However, if Istio layer it not present in configuration, DNS entries should not appear in the connectivity output. They should probably be filtered out during generation of connectivity report.