aws-load-balancer-controller
aws-load-balancer-controller copied to clipboard
Add `wafv2AclArn` field to IngressClassParams
Issue
part of #2311
Description
Add wafv2AclArn field to IngressClassParams.
- The field is optional.
- When the field is absent or empty, the controller behave as same as
wafv2-acl-arnannotation. - When different arns are set between params and annotations, the error occurs as same as when different arns are set between multiple annotations.
Checklist
- [x] Added tests that cover your change (if possible)
- [x] Added/modified documentation as required (such as the
README.md, or thedocsdirectory) - [x] Manually tested
- [x] Made sure the title of the PR is a good description that can go into the release notes
BONUS POINTS checklist: complete for good vibes and maybe prizes?! :exploding_head:
- [ ] Backfilled missing tests for code in same general area :tada:
- [ ] Refactored something and made the world a better place :star2:
Hi @mikutas. Thanks for your PR.
I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.
Once the patch is verified, the new status will be reflected by the ok-to-test label.
I understand the commands that are listed here.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.
/ok-to-test
/lgtm
rebased
resolved conflicts
@zac-nixon maybe it would be a good idea to release this together with https://github.com/kubernetes-sigs/aws-load-balancer-controller/pull/4290 as this PR has been stale for a few months
resolved conflicts
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: mikutas, zac-nixon
The full list of commands accepted by this bot can be found here.
The pull request process is described here
- ~~OWNERS~~ [zac-nixon]
Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment
Thanks for the contribution!
Huh, not sure why the bot didn't merge this a while ago. Sorry about that.