-
Notifications
You must be signed in to change notification settings - Fork 925
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
logging for default ingress rules in FAST (#2030)
* Add default ingress deny rule with logging to FAST net stages. Fixes #2024 * Allow firewall factory to omit rules key * Fix tests * Fix fast tests * fix fast tests
- Loading branch information
Showing
22 changed files
with
161 additions
and
17 deletions.
There are no files selected for viewing
9 changes: 9 additions & 0 deletions
9
fast/stages/2-networking-a-peering/data/firewall-rules/dev/default-ingress.yaml
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,9 @@ | ||
# skip boilerplate check | ||
|
||
ingress: | ||
ingress-default-deny: | ||
description: "Deny and log any unmatched ingress traffic." | ||
deny: true | ||
priority: 65535 | ||
enable_logging: | ||
include_metadata: false |
9 changes: 9 additions & 0 deletions
9
fast/stages/2-networking-a-peering/data/firewall-rules/landing/default-ingress.yaml
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,9 @@ | ||
# skip boilerplate check | ||
|
||
ingress: | ||
ingress-default-deny: | ||
description: "Deny and log any unmatched ingress traffic." | ||
deny: true | ||
priority: 65535 | ||
enable_logging: | ||
include_metadata: false |
9 changes: 9 additions & 0 deletions
9
fast/stages/2-networking-a-peering/data/firewall-rules/prod/default-ingress.yaml
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,9 @@ | ||
# skip boilerplate check | ||
|
||
ingress: | ||
ingress-default-deny: | ||
description: "Deny and log any unmatched ingress traffic." | ||
deny: true | ||
priority: 65535 | ||
enable_logging: | ||
include_metadata: false |
9 changes: 9 additions & 0 deletions
9
fast/stages/2-networking-b-vpn/data/firewall-rules/dev/default-ingress.yaml
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,9 @@ | ||
# skip boilerplate check | ||
|
||
ingress: | ||
ingress-default-deny: | ||
description: "Deny and log any unmatched ingress traffic." | ||
deny: true | ||
priority: 65535 | ||
enable_logging: | ||
include_metadata: false |
9 changes: 9 additions & 0 deletions
9
fast/stages/2-networking-b-vpn/data/firewall-rules/landing/default-ingress.yaml
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,9 @@ | ||
# skip boilerplate check | ||
|
||
ingress: | ||
ingress-default-deny: | ||
description: "Deny and log any unmatched ingress traffic." | ||
deny: true | ||
priority: 65535 | ||
enable_logging: | ||
include_metadata: false |
9 changes: 9 additions & 0 deletions
9
fast/stages/2-networking-b-vpn/data/firewall-rules/prod/default-ingress.yaml
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,9 @@ | ||
# skip boilerplate check | ||
|
||
ingress: | ||
ingress-default-deny: | ||
description: "Deny and log any unmatched ingress traffic." | ||
deny: true | ||
priority: 65535 | ||
enable_logging: | ||
include_metadata: false |
9 changes: 9 additions & 0 deletions
9
fast/stages/2-networking-c-nva/data/firewall-rules/dev/default-ingress.yaml
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,9 @@ | ||
# skip boilerplate check | ||
|
||
ingress: | ||
ingress-default-deny: | ||
description: "Deny and log any unmatched ingress traffic." | ||
deny: true | ||
priority: 65535 | ||
enable_logging: | ||
include_metadata: false |
9 changes: 9 additions & 0 deletions
9
fast/stages/2-networking-c-nva/data/firewall-rules/landing-trusted/default-ingress.yaml
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,9 @@ | ||
# skip boilerplate check | ||
|
||
ingress: | ||
trusted-ingress-default-deny: | ||
description: "Deny and log any unmatched ingress traffic." | ||
deny: true | ||
priority: 65535 | ||
enable_logging: | ||
include_metadata: false |
9 changes: 9 additions & 0 deletions
9
fast/stages/2-networking-c-nva/data/firewall-rules/landing-untrusted/default-ingress.yaml
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,9 @@ | ||
# skip boilerplate check | ||
|
||
ingress: | ||
untrusted-ingress-default-deny: | ||
description: "Deny and log any unmatched ingress traffic." | ||
deny: true | ||
priority: 65535 | ||
enable_logging: | ||
include_metadata: false |
9 changes: 9 additions & 0 deletions
9
fast/stages/2-networking-c-nva/data/firewall-rules/prod/default-ingress.yaml
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,9 @@ | ||
# skip boilerplate check | ||
|
||
ingress: | ||
ingress-default-deny: | ||
description: "Deny and log any unmatched ingress traffic." | ||
deny: true | ||
priority: 65535 | ||
enable_logging: | ||
include_metadata: false |
9 changes: 9 additions & 0 deletions
9
fast/stages/2-networking-d-separate-envs/data/firewall-rules/dev/default-ingress.yaml
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,9 @@ | ||
# skip boilerplate check | ||
|
||
ingress: | ||
ingress-default-deny: | ||
description: "Deny and log any unmatched ingress traffic." | ||
deny: true | ||
priority: 65535 | ||
enable_logging: | ||
include_metadata: false |
9 changes: 9 additions & 0 deletions
9
fast/stages/2-networking-d-separate-envs/data/firewall-rules/prod/default-ingress.yaml
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,9 @@ | ||
# skip boilerplate check | ||
|
||
ingress: | ||
ingress-default-deny: | ||
description: "Deny and log any unmatched ingress traffic." | ||
deny: true | ||
priority: 65535 | ||
enable_logging: | ||
include_metadata: false |
9 changes: 9 additions & 0 deletions
9
fast/stages/2-networking-e-nva-bgp/data/firewall-rules/dev/default-ingress.yaml
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,9 @@ | ||
# skip boilerplate check | ||
|
||
ingress: | ||
ingress-default-deny: | ||
description: "Deny and log any unmatched ingress traffic." | ||
deny: true | ||
priority: 65535 | ||
enable_logging: | ||
include_metadata: false |
9 changes: 9 additions & 0 deletions
9
fast/stages/2-networking-e-nva-bgp/data/firewall-rules/landing-trusted/default-ingress.yaml
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,9 @@ | ||
# skip boilerplate check | ||
|
||
ingress: | ||
trusted-ingress-default-deny: | ||
description: "Deny and log any unmatched ingress traffic." | ||
deny: true | ||
priority: 65535 | ||
enable_logging: | ||
include_metadata: false |
9 changes: 9 additions & 0 deletions
9
.../stages/2-networking-e-nva-bgp/data/firewall-rules/landing-untrusted/default-ingress.yaml
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,9 @@ | ||
# skip boilerplate check | ||
|
||
ingress: | ||
untrusted-ingress-default-deny: | ||
description: "Deny and log any unmatched ingress traffic." | ||
deny: true | ||
priority: 65535 | ||
enable_logging: | ||
include_metadata: false |
9 changes: 9 additions & 0 deletions
9
fast/stages/2-networking-e-nva-bgp/data/firewall-rules/prod/default-ingress.yaml
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,9 @@ | ||
# skip boilerplate check | ||
|
||
ingress: | ||
ingress-default-deny: | ||
description: "Deny and log any unmatched ingress traffic." | ||
deny: true | ||
priority: 65535 | ||
enable_logging: | ||
include_metadata: false |
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
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