Skip to content

Implement multi policy orchestrator #5

Description

@doronkg

Currently, the firewall handles single policy using single JSON file.
The user should be able to create multiple policies using different JSON files stored in a dedicated directory.

When the firewall is activated, it should combine all the enabled policies all together, and prioritize fields.

For example:
Policy A: Block ICMP, Deny Source IP: 1.1.1.1
Policy B: Deny Source IP: 2.2.2.2

Applied policy:
Block ICMP -> Deny Source IP: 1.1.1.1 -> Deny Source IP: 2.2.2.2

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions