ingress-nginx icon indicating copy to clipboard operation
ingress-nginx copied to clipboard

Ingress NGINX Controller for Kubernetes

Results 661 ingress-nginx issues
Sort by recently updated
recently updated
newest added

Currently, ingress-nginx flattens multiple occurrences of the same header returned by `auth_request` into a single header with comma-separated values. This behavior prevents proper forwarding of multiple headers with the same...

kind/feature
needs-triage
needs-priority

**What happened**: Server certificate verification is configured on the ingress, but the ingress fails to verify the server certificate. The annotation is as follows in ingress: **nginx.ingress.kubernetes.io/proxy-ssl-secret: fst-manage/tenant-management-service-server nginx.ingress.kubernetes.io/proxy-ssl-verify: "on"**...

kind/support
lifecycle/frozen
triage/needs-information
needs-priority

**What happened**: At first, I used the wrong targetPort in the service, created the associated ingress but could not be accessed, so I fixed the targetPort of the service. I...

lifecycle/frozen
needs-kind
needs-triage
needs-priority

Currently, the NGINX Ingress Controller requires the basic authentication secret to have the key auth. However, some environments enforce strict secret structures where the authentication data is stored under a...

kind/feature
needs-triage
needs-priority

## What this PR does / why we need it: When reporting a node's IP into an Ingress' status, currently ingress-nginx only reports the first IP. In particular, this makes...

cncf-cla: yes
size/L
needs-kind
ok-to-test
needs-triage
needs-priority

## What this PR does / why we need it: In the ingress resource if tls section is not defined, then the current behaviour of the controller is to expose...

cncf-cla: yes
size/S
priority/backlog
needs-kind
ok-to-test
triage/accepted

## What this PR does / why we need it: Better control over the balancing logic of `sticky_persistent` when clients do not have a valid cookie value (or don't support...

cncf-cla: yes
size/M
needs-ok-to-test
needs-kind
needs-triage
needs-priority
area/lua

## What this PR does / why we need it: ## Types of changes - [x] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking...

cncf-cla: yes
size/M
needs-kind
needs-triage
needs-priority

## What this PR does / why we need it: Try to address #3511 . ## Types of changes - [ ] Bug fix (non-breaking change which fixes an issue)...

cncf-cla: yes
size/M
needs-rebase
needs-ok-to-test
needs-kind
needs-triage
needs-priority

## What this PR does / why we need it: Add support of standard Forwarded defined by RFC 7239. Implement #10263 ConfigMap options: ```go // Enable standard forwarded header. //...

cncf-cla: yes
area/docs
size/XL
needs-rebase
needs-ok-to-test
needs-kind
needs-triage
needs-priority