You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I'm trying to disassociate a WAF from my ALB. The docs state you can't simply remove the annotation but must set the value to none. Upon doing that I get a reconciliation error stating the value must be larger than 20
Warning FailedDeployModel 2m11s (x2 over 9m10s) ingress Failed deploy model due to failed to update WAFv2 webACL association on LoadBalancer: InvalidParameter: 1 validation error(s) found. │
- minimum field size of 20, AssociateWebACLInput.WebACLArn.
Steps to reproduce
Create ALB with alb.ingress.kubernetes.io/wafv2-acl-arn set to an arn of a WAF
Set alb.ingress.kubernetes.io/wafv2-acl-arn to none
Expected outcome
ALB removes WAF integration
Environment
AWS Load Balancer controller version
2.8.1
Kubernetes version
1.31
Using EKS (yes/no), if so version?
yes, eks.16
Additional Context:
The text was updated successfully, but these errors were encountered:
Describe the bug
I'm trying to disassociate a WAF from my ALB. The docs state you can't simply remove the annotation but must set the value to
none
. Upon doing that I get a reconciliation error stating the value must be larger than 20Steps to reproduce
alb.ingress.kubernetes.io/wafv2-acl-arn
set to an arn of a WAFalb.ingress.kubernetes.io/wafv2-acl-arn
tonone
Expected outcome
ALB removes WAF integration
Environment
2.8.1
1.31
yes, eks.16
Additional Context:
The text was updated successfully, but these errors were encountered: