kubernetes-ingress
kubernetes-ingress copied to clipboard
NGINX and NGINX Plus Ingress Controllers for Kubernetes
**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...
**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...
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...
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...
### 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...
**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):...
**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...
**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:...
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...
**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...