Skip to content

Commit

Permalink
update pipline to set IP set ARN for customer whitelist IPs by source…
Browse files Browse the repository at this point in the history
… IP address (#1601)
  • Loading branch information
markdboyd authored Feb 15, 2024
1 parent 8116d76 commit c564368
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -520,6 +520,7 @@ jobs:
TF_VAR_malicious_ja3_fingerprint_id: ((malicious_ja3_fingerprint_id))
TF_VAR_api_data_gov_hosts_regex_pattern_arn: ((api_data_gov_hosts_regex_pattern_arn))
TF_VAR_customer_whitelist_ip_ranges_set_arn: ((customer_whitelist_ip_ranges_set_arn))
TF_VAR_customer_whitelist_source_ip_ranges_set_arn: ((customer_whitelist_source_ip_ranges_set_arn))
TF_VAR_internal_vpc_cidrs_set_arn: ((internal_vpc_cidrs_set_arn))
TF_VAR_cg_egress_ip_set_arn: ((cg_egress_ip_set_arn))
- *notify-slack
Expand Down Expand Up @@ -679,6 +680,7 @@ jobs:
TF_VAR_malicious_ja3_fingerprint_id: ((malicious_ja3_fingerprint_id))
TF_VAR_api_data_gov_hosts_regex_pattern_arn: ((api_data_gov_hosts_regex_pattern_arn))
TF_VAR_customer_whitelist_ip_ranges_set_arn: ((customer_whitelist_ip_ranges_set_arn))
TF_VAR_customer_whitelist_source_ip_ranges_set_arn: ((customer_whitelist_source_ip_ranges_set_arn))
TF_VAR_internal_vpc_cidrs_set_arn: ((internal_vpc_cidrs_set_arn))
TF_VAR_cg_egress_ip_set_arn: ((cg_egress_ip_set_arn))
- *notify-slack
Expand Down Expand Up @@ -836,6 +838,7 @@ jobs:
TF_VAR_malicious_ja3_fingerprint_id: ((malicious_ja3_fingerprint_id))
TF_VAR_api_data_gov_hosts_regex_pattern_arn: ((api_data_gov_hosts_regex_pattern_arn))
TF_VAR_customer_whitelist_ip_ranges_set_arn: ((customer_whitelist_ip_ranges_set_arn))
TF_VAR_customer_whitelist_source_ip_ranges_set_arn: ((customer_whitelist_source_ip_ranges_set_arn))
TF_VAR_internal_vpc_cidrs_set_arn: ((internal_vpc_cidrs_set_arn))
TF_VAR_cg_egress_ip_set_arn: ((cg_egress_ip_set_arn))
- *notify-slack
Expand Down

0 comments on commit c564368

Please sign in to comment.