Skip to content

Commit

Permalink
chore: upgrade ALB to recommend SSL policy (#683)
Browse files Browse the repository at this point in the history
Update to the latest recommend ALB SSL policy which is FIPS 140-3 compliant.
  • Loading branch information
patheard authored Oct 15, 2024
1 parent b283a94 commit ccb16d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/alb.tf
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ resource "aws_lb_listener" "sre_bot_listener" {
load_balancer_arn = aws_lb.sre_bot.arn
port = "443"
protocol = "HTTPS"
ssl_policy = "ELBSecurityPolicy-FS-1-2-Res-2020-10"
ssl_policy = "ELBSecurityPolicy-TLS13-1-2-FIPS-2023-04"
certificate_arn = aws_acm_certificate.sre_bot.arn

default_action {
Expand Down

0 comments on commit ccb16d3

Please sign in to comment.