Fix indentation in FAST hierarchical firewall rules (#1715)

Fixes #1712
This commit is contained in:
Julio Castillo 2023-09-29 15:37:41 +02:00 committed by GitHub
parent 013452def7
commit 9082bbcc48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 40 additions and 40 deletions

View File

@ -13,9 +13,9 @@ allow-healthchecks:
match: match:
source_ranges: source_ranges:
- healthchecks - healthchecks
layer4_configs: layer4_configs:
- protocol: tcp - protocol: tcp
ports: ["80", "443"] ports: ["80", "443"]
allow-ssh-from-iap: allow-ssh-from-iap:
description: Enable SSH from IAP description: Enable SSH from IAP
@ -23,9 +23,9 @@ allow-ssh-from-iap:
match: match:
source_ranges: source_ranges:
- 35.235.240.0/20 - 35.235.240.0/20
layer4_configs: layer4_configs:
- protocol: tcp - protocol: tcp
ports: ["22"] ports: ["22"]
allow-icmp: allow-icmp:
description: Enable ICMP description: Enable ICMP
@ -33,5 +33,5 @@ allow-icmp:
match: match:
source_ranges: source_ranges:
- 0.0.0.0/0 - 0.0.0.0/0
layer4_configs: layer4_configs:
- protocol: icmp - protocol: icmp

View File

@ -13,9 +13,9 @@ allow-healthchecks:
match: match:
source_ranges: source_ranges:
- healthchecks - healthchecks
layer4_configs: layer4_configs:
- protocol: tcp - protocol: tcp
ports: ["80", "443"] ports: ["80", "443"]
allow-ssh-from-iap: allow-ssh-from-iap:
description: Enable SSH from IAP description: Enable SSH from IAP
@ -23,9 +23,9 @@ allow-ssh-from-iap:
match: match:
source_ranges: source_ranges:
- 35.235.240.0/20 - 35.235.240.0/20
layer4_configs: layer4_configs:
- protocol: tcp - protocol: tcp
ports: ["22"] ports: ["22"]
allow-icmp: allow-icmp:
description: Enable ICMP description: Enable ICMP
@ -33,5 +33,5 @@ allow-icmp:
match: match:
source_ranges: source_ranges:
- 0.0.0.0/0 - 0.0.0.0/0
layer4_configs: layer4_configs:
- protocol: icmp - protocol: icmp

View File

@ -13,9 +13,9 @@ allow-healthchecks:
match: match:
source_ranges: source_ranges:
- healthchecks - healthchecks
layer4_configs: layer4_configs:
- protocol: tcp - protocol: tcp
ports: ["80", "443"] ports: ["80", "443"]
allow-ssh-from-iap: allow-ssh-from-iap:
description: Enable SSH from IAP description: Enable SSH from IAP
@ -23,9 +23,9 @@ allow-ssh-from-iap:
match: match:
source_ranges: source_ranges:
- 35.235.240.0/20 - 35.235.240.0/20
layer4_configs: layer4_configs:
- protocol: tcp - protocol: tcp
ports: ["22"] ports: ["22"]
allow-icmp: allow-icmp:
description: Enable ICMP description: Enable ICMP
@ -33,5 +33,5 @@ allow-icmp:
match: match:
source_ranges: source_ranges:
- 0.0.0.0/0 - 0.0.0.0/0
layer4_configs: layer4_configs:
- protocol: icmp - protocol: icmp

View File

@ -13,9 +13,9 @@ allow-healthchecks:
match: match:
source_ranges: source_ranges:
- healthchecks - healthchecks
layer4_configs: layer4_configs:
- protocol: tcp - protocol: tcp
ports: ["80", "443"] ports: ["80", "443"]
allow-ssh-from-iap: allow-ssh-from-iap:
description: Enable SSH from IAP description: Enable SSH from IAP
@ -23,9 +23,9 @@ allow-ssh-from-iap:
match: match:
source_ranges: source_ranges:
- 35.235.240.0/20 - 35.235.240.0/20
layer4_configs: layer4_configs:
- protocol: tcp - protocol: tcp
ports: ["22"] ports: ["22"]
allow-icmp: allow-icmp:
description: Enable ICMP description: Enable ICMP
@ -33,5 +33,5 @@ allow-icmp:
match: match:
source_ranges: source_ranges:
- 0.0.0.0/0 - 0.0.0.0/0
layer4_configs: layer4_configs:
- protocol: icmp - protocol: icmp

View File

@ -13,9 +13,9 @@ allow-healthchecks:
match: match:
source_ranges: source_ranges:
- healthchecks - healthchecks
layer4_configs: layer4_configs:
- protocol: tcp - protocol: tcp
ports: ["80", "443"] ports: ["80", "443"]
allow-ssh-from-iap: allow-ssh-from-iap:
description: Enable SSH from IAP description: Enable SSH from IAP
@ -23,9 +23,9 @@ allow-ssh-from-iap:
match: match:
source_ranges: source_ranges:
- 35.235.240.0/20 - 35.235.240.0/20
layer4_configs: layer4_configs:
- protocol: tcp - protocol: tcp
ports: ["22"] ports: ["22"]
allow-icmp: allow-icmp:
description: Enable ICMP description: Enable ICMP
@ -33,5 +33,5 @@ allow-icmp:
match: match:
source_ranges: source_ranges:
- 0.0.0.0/0 - 0.0.0.0/0
layer4_configs: layer4_configs:
- protocol: icmp - protocol: icmp