np-guard / netpol-analyzer

A Golang library for analyzing k8s connectivity-configuration resources (a.k.a. network policies)
Apache License 2.0
9 stars 2 forks source link

W.I.P Support admin netpolicy #380

Open shireenf-ibm opened 1 month ago

shireenf-ibm commented 1 month ago

hi @adisos. this is the beginning of supporting the ANP

this PR contains tests with ANPs with multiple rules (tests respecting rules ordering - connlist and diff tests)
some tests that involves ANP and NP (with Pass action) and tests with multiple ANPs (tests respecting ANP priority)

i still have TODO's , like:

shireenf-ibm commented 1 month ago

will close for a while , not ready for review - writing some critical changes

shireenf-ibm commented 6 days ago

hi @adisos , @tanyaveksler , while reviewing : please note that the branch contains some @todo / TBD comments; those are intended to be resolved in further branches (that will be created from this branch according to this tasks list ).