-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support deny action for Azure cloud (#312)
With this PR, Nephe will support Deny action for Azure cloud. If an ANP is configured with Drop action, it will be translated to Deny action for Azure. Nephe will also support ANP tier and priority and re-arrange the rules based on priority. Lower the priority, higher the precedence. Changes - Introduce priroity and action in CloudRule - Translate ANP tier, priority, and rule priority to CloudRule priority - Cloud Rule will store rule priority in the rule description field which will be used to insert new rule at its correct location/priority - Update sync logic to ignore action/priority for aws cloud - Update logic to detect ANP modify, in case of tier or priority changes - Update unit tests - Add integration test for validating priority re-ordering Signed-off-by: Rahul Jain <[email protected]>
- Loading branch information
1 parent
b3d4a6b
commit 2aee30e
Showing
16 changed files
with
626 additions
and
145 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.