Skip to content

Commit 4b6ca22

Browse files
committed
more stickyness tests
1 parent 4005fb0 commit 4b6ca22

File tree

2 files changed

+2
-2
lines changed
  • terraform-unity/modules
    • terraform-unity-sps-airflow
    • terraform-unity-sps-ogc-processes-api

2 files changed

+2
-2
lines changed

terraform-unity/modules/terraform-unity-sps-airflow/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ resource "aws_api_gateway_integration" "rest_api_integration_for_airflow_api" {
588588
type = "HTTP_PROXY"
589589
uri = format("%s://%s:%s%s", "http", data.kubernetes_service.airflow_ingress_internal.status[0].load_balancer[0].ingress[0].hostname, local.load_balancer_port, "/sps/api/{proxy}")
590590
integration_http_method = "ANY"
591-
passthrough_behavior = "WHEN_NO_TEMPLATES"
591+
passthrough_behavior = "WHEN_NO_MATCH"
592592
//content_handling = "CONVERT_TO_TEXT"
593593
connection_type = "VPC_LINK"
594594
connection_id = data.aws_api_gateway_vpc_link.rest_api_unity_vpc_link.id

terraform-unity/modules/terraform-unity-sps-ogc-processes-api/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ resource "aws_api_gateway_integration" "rest_api_integration_for_ogc_api" {
362362
type = "HTTP_PROXY"
363363
uri = format("%s://%s:%s%s", "http", data.kubernetes_service.ogc_processes_api_ingress_internal.status[0].load_balancer[0].ingress[0].hostname, local.load_balancer_port, "/ogc/{proxy}")
364364
integration_http_method = "ANY"
365-
passthrough_behavior = "WHEN_NO_TEMPLATES"
365+
passthrough_behavior = "WHEN_NO_MATCH"
366366
//content_handling = "CONVERT_TO_TEXT"
367367
connection_type = "VPC_LINK"
368368
connection_id = data.aws_api_gateway_vpc_link.rest_api_unity_vpc_link.id

0 commit comments

Comments
 (0)