-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #419 from globaldatanet/4.5.0
Added Support for FMS Advanced Shield policies
- Loading branch information
Showing
47 changed files
with
8,178 additions
and
9,223 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -69,7 +69,9 @@ jobs: | |
uses: docker/[email protected] | ||
- name: 🔥 Deploy Firewall to AWS | ||
run: | | ||
export STACK_NAME=WAFStack | ||
task deploy config=ipSetsTests | ||
- name: 🗑️ Remove Firewall from AWS | ||
run: | | ||
export STACK_NAME=WAFStack | ||
task destroy config=ipSetsTests |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -68,7 +68,9 @@ jobs: | |
uses: docker/[email protected] | ||
- name: 🔥 Deploy Firewall to AWS | ||
run: | | ||
export STACK_NAME=WAFStack | ||
task deploy config=onlyManagedRuleGroupsTests | ||
- name: 🗑️ Remove Firewall from AWS | ||
run: | | ||
export STACK_NAME=WAFStack | ||
task destroy config=onlyManagedRuleGroupsTests |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -69,7 +69,9 @@ jobs: | |
uses: docker/[email protected] | ||
- name: 🔥 Deploy Firewall to AWS | ||
run: | | ||
export STACK_NAME=WAFStack | ||
task deploy config=rateBasedwithScopeDownTests | ||
- name: 🗑️ Remove Firewall from AWS | ||
run: | | ||
export STACK_NAME=WAFStack | ||
task destroy config=rateBasedwithScopeDownTests |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -68,7 +68,9 @@ jobs: | |
uses: docker/[email protected] | ||
- name: 🔥 Deploy Firewall to AWS | ||
run: | | ||
export STACK_NAME=WAFStack | ||
task deploy config=regexPatternSetsTests | ||
- name: 🗑️ Remove Firewall from AWS | ||
run: | | ||
export STACK_NAME=WAFStack | ||
task destroy config=regexPatternSetsTests |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"yaml.schemas": { | ||
"https://www.artillery.io/schema.json": [] | ||
} | ||
} |
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
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.