From 9a4c26471d8974640a96c554ea9b03b96b0d5f43 Mon Sep 17 00:00:00 2001 From: Chris Wachira Date: Wed, 2 Oct 2024 11:30:58 +0300 Subject: [PATCH] fix(docs): Update the link to the AWS documentation for the TLS Ingress annotation for Security policy --- docs/guide/ingress/annotations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/ingress/annotations.md b/docs/guide/ingress/annotations.md index 90e110c14b..8221946617 100644 --- a/docs/guide/ingress/annotations.md +++ b/docs/guide/ingress/annotations.md @@ -781,7 +781,7 @@ TLS support can be controlled with the following annotations: alb.ingress.kubernetes.io/certificate-arn: arn:aws:acm:us-west-2:xxxxx:certificate/cert1,arn:aws:acm:us-west-2:xxxxx:certificate/cert2,arn:aws:acm:us-west-2:xxxxx:certificate/cert3 ``` -- `alb.ingress.kubernetes.io/ssl-policy` specifies the [Security Policy](https://docs.aws.amazon.com/elasticloadbalancing/latest/application/create-https-listener.html#describe-ssl-policies) that should be assigned to the ALB, allowing you to control the protocol and ciphers. +- `alb.ingress.kubernetes.io/ssl-policy` specifies the [Security Policy](https://docs.aws.amazon.com/elasticloadbalancing/latest/application/describe-ssl-policies.html) that should be assigned to the ALB, allowing you to control the protocol and ciphers. !!!example ```