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

NGINX and NGINX Plus Ingress Controllers for Kubernetes

Results 452 kubernetes-ingress issues
Sort by recently updated
recently updated
newest added

**Auth0: OIDC authorization code sent but token response is not JSON** **Describe the bug** When using OIDC policy in VirtualServer, I faced an issue with token exchange. In the logs...

proposal
backlog

**Is your feature request related to a problem? Please describe.** Users should be able to run nginx Kubernetes ingress controller with minimum permissions in the security context. Current configuration runs...

enhancement
proposal

When deploying a Virtual Server resource with the following TLS config : `yaml host: test.example.com tls: redirect: enable: true ` With an ingress configured with a `wildcardTLS` secret valid for...

enhancement
proposal

Hello, In the Nginx documentation at http://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_certificate there is a possibility to specify _ssl_certificate / ssl_certificate_key_ directives multiple times for the same domain name. Is it possible to configure Nginx...

proposal

### Discussed in https://github.com/nginxinc/kubernetes-ingress/discussions/2019 Originally posted by **vudex** September 27, 2021 Hi. I'm trying to make my lab work, there are following prerequisites: > Single host name test.example.com with two...

proposal

**Describe the bug** I am unable to build an alpine-image-plus based image. The issue is related to locating the packages: ```console ERROR: unable to select packages: libcap (no such package):...

waiting for response

**Is your feature request related to a problem? Please describe.** I'm following CIS Benchmark documents for hardening Nginx, this seems easy and simple for standalone Nginx -downloaded through Nginx packages...

enhancement
proposal

**Describe the bug** Regular expressions that contains "?!" not supported in path or routes and subroutes in VirtualServer and VirtualServerRoute resources. **To Reproduce** 1. Deploy yamls: ``` apiVersion: k8s.nginx.org/v1 kind:...

enhancement
proposal

According to the K8S Ingress spec, I should be able to either set a rule with no **host**, or an ingress with no rules, and be able to have a...

enhancement
proposal

**Describe the bug** Looks like I may have hit bug or doing something wrong. I am trying setup routing to an ExternalName service that I have created using the CLI...

proposal