CactuseSecurity / firewall-orchestrator

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

UI Rules reporting - check why CSV export is currently not possible #2526

Closed tpurschke closed 3 weeks ago

tpurschke commented 3 weeks ago

maybe simply try to re-activate this. I think we had this working before. CSV export format should actually only be disabled for some report types (changes, ...).

tpurschke commented 3 weeks ago

this could be a good starting point for digging into the reporting side of things

SolidProgramming commented 3 weeks ago

this could be a good starting point for digging into the reporting side of things

There is currently running a check if the report type is one of the following:

If it's none of these it's automatically blocked for csv reports.

We currently have these report types. If you tell me for which of these the csv report should be enabled/blocked, i can fix this bug.

  1. Rules
  2. Changes
  3. Statistics
  4. NatRules
  5. ResolvedRules
  6. ResolvedRulesTech
  7. Recertification
  8. ResolvedChanges
  9. ResolvedChangesTech
  10. UnusedRules
  11. Connections
  12. AppRules
tpurschke commented 3 weeks ago

works as designed ...