Skip to content

Commit

Permalink
Use a more recent security policy for https listener (#346)
Browse files Browse the repository at this point in the history
Co-authored-by: Yevhen Ivantsov <[email protected]>
  • Loading branch information
bianchi2 and Yevhen Ivantsov authored Nov 21, 2023
1 parent b33ed3a commit 8f3adfe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/AWS/ingress/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ locals {
service = {
annotations = {
"service.beta.kubernetes.io/aws-load-balancer-ssl-cert" : module.ingress_certificate[0].this_acm_certificate_arn
"service.beta.kubernetes.io/aws-load-balancer-ssl-negotiation-policy": "ELBSecurityPolicy-TLS-1-2-2017-01"
}
}
}
Expand Down

0 comments on commit 8f3adfe

Please sign in to comment.