ALB-ingress authentication

Hi I am working with alb-ingress controller and I have issue with setting of authentication-oidc action for created rule in ALB. Currently alb-ingress-controller does not implement this feature so I’ve created little script that modifies create routing rule and adds authentication action using aws sdk.
Problem is that ingress-controller every hour “refresh” configuration of rules in ALB based on ingress settings and it will delete my authentication action for rule. Does anybody here have any experience with ALB ingress controller and found a better way how to secure generate rules with authentication actions?