From 451653031c65b6243c553663bd16f799cbd30c45 Mon Sep 17 00:00:00 2001 From: noamerez Date: Mon, 19 Jan 2026 07:08:32 +0000 Subject: [PATCH 1/2] feat(VSECPC-12837): Azure | Add CodeOwners files to CGI and Azure Terraform --- CODEOWNERS | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 00000000..bb1370c7 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,2 @@ +# LICENSE owner +LICENSE @chkp-liavt From 9e2ad9c9c71161e5078f9ddae33e37f92358f852 Mon Sep 17 00:00:00 2001 From: dmitrytc Date: Fri, 23 Jan 2026 00:29:17 +0000 Subject: [PATCH 2/2] feat(VSECPC-12867): Add TCP timeout --- aws/templates/gwlb-asg/gwlb.yaml | 3 +++ aws/templates/gwlb-asg/qs-gwlb.yaml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/aws/templates/gwlb-asg/gwlb.yaml b/aws/templates/gwlb-asg/gwlb.yaml index e75f5fc3..4b411149 100644 --- a/aws/templates/gwlb-asg/gwlb.yaml +++ b/aws/templates/gwlb-asg/gwlb.yaml @@ -779,6 +779,9 @@ Resources: Listener: Type: AWS::ElasticLoadBalancingV2::Listener Properties: + ListenerAttributes: + - Key: tcp.idle_timeout.seconds + Value: 3600 DefaultActions: - Type: forward TargetGroupArn: !Ref TargetGroup diff --git a/aws/templates/gwlb-asg/qs-gwlb.yaml b/aws/templates/gwlb-asg/qs-gwlb.yaml index a97bfef0..bfcf3c20 100644 --- a/aws/templates/gwlb-asg/qs-gwlb.yaml +++ b/aws/templates/gwlb-asg/qs-gwlb.yaml @@ -947,6 +947,9 @@ Resources: Listener: Type: AWS::ElasticLoadBalancingV2::Listener Properties: + ListenerAttributes: + - Key: tcp.idle_timeout.seconds + Value: 3600 DefaultActions: - Type: forward TargetGroupArn: !Ref TargetGroup