-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ingress > WAF > Don't create new stack #446
Comments
@janavenkat I think the controller creates a new stack because if you have many ingress and only a few use the waf annotation, we make sure that the rest will stay on the old load balancer and we create a new one for the new configuration. |
@szuecs yes it's make sense when we have different ingress and we define via the annotatoin then it will end up in 2 stack one with waf and another without. What my concern is am starting waf association globally yes at the end there will be only one stack. Why we're creating new stack for global association? |
@janavenkat sounds like a maybe bug. Does it hurt? |
@szuecs yeah am wondering we could do the association, de-association without create a new stack? |
I guess in theory yes and it's an optimization of course |
It's hard to say it's a bug, it does the work the only problem i see it creates new stack. can we have this in optimization list? |
WAF is already provisioned by client side. So that adding the parameter
--aws-waf-web-acl-id
controller should not create the new cloud formation/load-balancer stack or is there any restriction? that's why controller is creating new stack.controller version: v0.12.5
The text was updated successfully, but these errors were encountered: