[FEATURE REQUEST] Config to set status code for request rejected because of limit #1955
Labels
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
NGINX Ingress controller version:
quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.10.0
Kubernetes version (use
kubectl version
):What happened:
Nginx return 503 status code (which is default for nginx) for rate limited request.
What you expected to happen:
I should be able to select status code with
limit_req_status
directiveAnything else we need to know:
ConfigMap key
limit-error-code
to set the status code would be great.The text was updated successfully, but these errors were encountered: