open to closed not report anymore when from is a network.

This commit is contained in:
2025-01-16 21:38:48 +01:00
parent 6a2f1b9fee
commit b7a0b6a557
2 changed files with 21 additions and 5 deletions
+15 -2
View File
@@ -12,8 +12,16 @@ networks:
- port: 2303
protocol: UDP
namespaces:
- name: openns
open: true
applications:
- name: openapp
ports:
- port: 100
serviceAccounts:
- xyz
- name: wamblee-org
#open: true
capabilities:
@@ -48,9 +56,14 @@ namespaces:
protocol: UDP
communications:
- from:
- openapp
to:
- nexus-server
- from: # can we support both string and list of strings?
- httpd-wamblee-org
#- internet
- internet
#- apiserver
to:
- nexus-server