open to closed not report anymore when from is a network.
This commit is contained in:
+15
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user