Update firewall rules.

This commit is contained in:
lcaggio 2022-09-20 16:57:35 +02:00
parent 0bdcaf9ed6
commit ee309ecc06
3 changed files with 6 additions and 5 deletions

View File

@ -28,7 +28,7 @@ variable "composer_config" {
}) })
default = { default = {
node_count = 3 node_count = 3
airflow_version = "composer-1.17.5-airflow-2.1.4" airflow_version = "composer-1-airflow-2"
env_variables = {} env_variables = {}
} }
} }

View File

@ -4,8 +4,8 @@ ingress-allow-composer-nodes:
description: "Allow traffic to Composer nodes." description: "Allow traffic to Composer nodes."
direction: INGRESS direction: INGRESS
action: allow action: allow
sources: [] sources:
ranges: ["0.0.0.0/0"] - composer-worker
targets: targets:
- composer-worker - composer-worker
use_service_accounts: false use_service_accounts: false
@ -17,8 +17,8 @@ ingress-allow-dataflow-load:
description: "Allow traffic to Dataflow nodes." description: "Allow traffic to Dataflow nodes."
direction: INGRESS direction: INGRESS
action: allow action: allow
sources: [] sources:
ranges: ["0.0.0.0/0"] - dataflow
targets: targets:
- dataflow - dataflow
use_service_accounts: false use_service_accounts: false

View File

@ -0,0 +1 @@
../../../../blueprints/data-solutions/data-platform-foundations/demo/