This is an automated email from the ASF dual-hosted git repository. ronething pushed a commit to branch feat/ip-restrition in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git
commit 464548dd77b6112c44104625f55cb93a946345e3 Author: Ashing Zheng <[email protected]> AuthorDate: Fri Oct 31 14:44:07 2025 +0800 fix: r Signed-off-by: Ashing Zheng <[email protected]> --- internal/webhook/v1/ingress_webhook.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/internal/webhook/v1/ingress_webhook.go b/internal/webhook/v1/ingress_webhook.go index 2099621c..6e3d1161 100644 --- a/internal/webhook/v1/ingress_webhook.go +++ b/internal/webhook/v1/ingress_webhook.go @@ -45,8 +45,6 @@ var unsupportedAnnotations = []string{ "k8s.apisix.apache.org/auth-request-headers", "k8s.apisix.apache.org/auth-upstream-headers", "k8s.apisix.apache.org/auth-client-headers", - "k8s.apisix.apache.org/allowlist-source-range", - "k8s.apisix.apache.org/blocklist-source-range", "k8s.apisix.apache.org/auth-type", "k8s.apisix.apache.org/svc-namespace", }
