Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement multi policy orchestrator #5

Open
doronkg opened this issue Nov 21, 2022 · 1 comment
Open

Implement multi policy orchestrator #5

doronkg opened this issue Nov 21, 2022 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@doronkg
Copy link
Member

doronkg commented Nov 21, 2022

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

@eden881
Copy link
Member

eden881 commented Nov 22, 2022

Will take too much time for the hackathon unfortunately

@eden881 eden881 added enhancement New feature or request help wanted Extra attention is needed labels Nov 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants