Gabor Szabo
Gabor Szabo
Indeed the ```re_match("^(extensions|networking.k8s.io)$", input.review.kind.group)``` matches to the new type as well but the following expressions ```violate_allow_http``` check the ```ingress.metadata.annotations["kubernetes.io/ingress.class"]```. This annotation doesn't exist or isn't required in the new v1...
There is no additional requirement to check linked resources. I mentioned the API change where the ingress class name was moved from ```metadata.annotations["kubernetes.io/ingress.class"]``` to ```spec.ingressClassName``` The constraint template shall be...
The current policy also just checks only the "nginx" and "azure/application-gateway". All other ingress classes are "All allowed". So this changed doesn't add or neither remove functionality but the update...
Sorry about the delayed response. Yes it is working fine now. Thank you.