ingress-nginx
ingress-nginx copied to clipboard
Ingress NGINX Controller for Kubernetes
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...
**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"**...
**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...
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...
## 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...
## 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...
## 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...
## 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...
## What this PR does / why we need it: Try to address #3511 . ## Types of changes - [ ] Bug fix (non-breaking change which fixes an issue)...
## 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. //...