Skip to content

Commit b30dc56

Browse files
authored
Merge pull request #9321 from zalando-incubator/albc
Use newer and recommended TLS 1.3 security policy for NLBs
2 parents 7a5204c + 4884397 commit b30dc56

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cluster/manifests/aws-load-balancer-controller/deployment.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ spec:
2727
- --feature-gates=ServiceTypeLoadBalancerOnly=true
2828
- --webhook-cert-file=admission-controller.pem
2929
- --webhook-key-file=admission-controller-key.pem
30+
- --default-ssl-policy=ELBSecurityPolicy-TLS13-1-2-2021-06
3031
- --default-load-balancer-scheme=internet-facing
3132
- --default-target-type=ip
3233
image: container-registry.zalando.net/teapot/aws-load-balancer-controller:v2.12.0-main-2.patched

0 commit comments

Comments
 (0)