CactuseSecurity / firewall-orchestrator

Network Security data repository for automation, reporting and compliance of firewall rules
https://fwo.cactus.de
Apache License 2.0
33 stars 11 forks source link

Network Modelling - New data is not displayed after creation #2549

Closed SolidProgramming closed 1 month ago

SolidProgramming commented 1 month ago

After creating a new connection the new connection is not displayed until a manual page refresh this is not always reproducible

tpurschke commented 1 month ago

first analysis by @SolidProgramming : only connections which use freshly creatd ARs are not shown. if you use existing ARs, the connections is displayed right away.

SolidProgramming commented 1 month ago

first analysis by @SolidProgramming : only connections which use freshly creatd ARs are not shown. if you use existing ARs, the connections is displayed right away.

@tpurschke "Already" found the issue. I'm just testing and optimizing now. It's actually just 1 line of code added. The AppConnectionModellingHandler is not updated after adding a connection. But i didn't find out why it only happens on new AR...