Skip to content

Commit

Permalink
Merge pull request #828 from GoogleCloudPlatform/lcaggio/fix-fast-fir…
Browse files Browse the repository at this point in the history
…ewall-dp

Update firewall rules.
  • Loading branch information
lcaggio authored Sep 20, 2022
2 parents 0bdcaf9 + 149d84d commit 40b3aa3
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ variable "composer_config" {
})
default = {
node_count = 3
airflow_version = "composer-1.17.5-airflow-2.1.4"
airflow_version = "composer-1-airflow-2"
env_variables = {}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ ingress-allow-composer-nodes:
description: "Allow traffic to Composer nodes."
direction: INGRESS
action: allow
sources: []
ranges: ["0.0.0.0/0"]
sources:
- composer-worker
targets:
- composer-worker
use_service_accounts: false
Expand All @@ -17,8 +17,8 @@ ingress-allow-dataflow-load:
description: "Allow traffic to Dataflow nodes."
direction: INGRESS
action: allow
sources: []
ranges: ["0.0.0.0/0"]
sources:
- dataflow
targets:
- dataflow
use_service_accounts: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ ingress-allow-composer-nodes:
description: "Allow traffic to Composer nodes."
direction: INGRESS
action: allow
sources: []
ranges: ["0.0.0.0/0"]
sources:
- composer-worker
targets:
- composer-worker
use_service_accounts: false
Expand All @@ -17,8 +17,8 @@ ingress-allow-dataflow-load:
description: "Allow traffic to Dataflow nodes."
direction: INGRESS
action: allow
sources: []
ranges: ["0.0.0.0/0"]
sources:
- dataflow
targets:
- dataflow
use_service_accounts: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ ingress-allow-composer-nodes:
description: "Allow traffic to Composer nodes."
direction: INGRESS
action: allow
sources: []
ranges: ["0.0.0.0/0"]
sources:
- composer-worker
targets:
- composer-worker
use_service_accounts: false
Expand All @@ -17,8 +17,8 @@ ingress-allow-dataflow-load:
description: "Allow traffic to Dataflow nodes."
direction: INGRESS
action: allow
sources: []
ranges: ["0.0.0.0/0"]
sources:
- dataflow
targets:
- dataflow
use_service_accounts: false
Expand Down
1 change: 1 addition & 0 deletions fast/stages/03-data-platform/dev/demo

0 comments on commit 40b3aa3

Please sign in to comment.