Skip to content

Commit 58b1533

Browse files
author
speruri
committed
security: update Control Plane default ssl policy to ELBSecurityPolicy-TLS13-1-2-2021-06
updates the default ssl policy from ELBSecurityPolicy-TLS-1-2-2017-01 to ELBSecurityPolicy-TLS13-1-2-2021-06 for the control plane Outdated ssl-policy can lead to low level attacks like MitM to break TLS connections. Also TLS ranking tools show us not to be best in class, so we should take care to make it best in class. Signed-off-by: speruri <[email protected]>
1 parent 0e0e01c commit 58b1533

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cluster/cluster.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ Resources:
614614
Properties:
615615
AlpnPolicy:
616616
- {{ if eq .Cluster.ConfigItems.experimental_nlb_alpn_h2_enabled "true" }}HTTP2Preferred{{else}}None{{end}}
617-
SslPolicy: "ELBSecurityPolicy-TLS-1-2-2017-01"
617+
SslPolicy: "ELBSecurityPolicy-TLS13-1-2-2021-06"
618618
Certificates:
619619
- CertificateArn: "{{.Values.load_balancer_certificate}}"
620620
DefaultActions:

0 commit comments

Comments
 (0)