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

add gzip as accept-encoding header to fix OIDC authorization code sent but token response is not JSON ### Proposed changes Add accept encoding to resolve code exchange for a token....

I use nginx.org/rewrites to specify proxy_ Pass jump address, ingress configuration is like: ![image](https://user-images.githubusercontent.com/87523402/169059951-51b62400-1dad-460f-8973-5d26dcc7121a.png) host rule: ![image](https://user-images.githubusercontent.com/87523402/169061067-5e0b41d3-1bbf-4454-8fcf-977562fe89b2.png) but, unable to access resource. see the conf: ![image](https://user-images.githubusercontent.com/87523402/169060893-81f2a603-9827-495a-8bc2-a8521e35934e.png) I want to write...

**Environment** OS : CentOS Linux 7 (Core) Kubernetes : v1.23.1 3 nodes (1 master, 2 workers). Following steps as per "https://docs.nginx.com/nginx-ingress-controller/installation/installation-with-manifests/" **Getting error :** with option - -v=3 in deployment...

I would like to configure OIDC in NGINX and pass the access token as authorization header to a backend application At the moment it is only possible to pass jwt...

proposal

context: I'm using the daemon-set nginx-ingress.yaml for ipv6 only kubernetes with latest ipv6 pr merged to edge I'm trying to also disable escalation on the nginx ingress controller container and...

proposal

Adding configuration for https://pre-commit.com/ with this we can have checks that run automatically before committing and (in most cases) fix the problems. [Here](https://pre-commit.com/#quick-start) the quick start for installing it, basically:...

proposal
chore

hello, I don't use Docker at all in my setups, I do use cri-o and LXD for the cluster nodes (kubernetes) so it would come in hand to have Dockerfiles...

proposal
waiting for response

**Is your feature request related to a problem? Please describe.** When I install multiple nginx ingress controllers on a cluster, the ingress class shares a controller. As a result, the...

proposal

We have a Nginx Ingress controller in which we add bunch of response headers. For example ``` http-snippets: |- add_header X-Frame-Options "SAMEORIGIN" always; add_header Content-Security-Policy " *.something.com" always; add_header X-Content-Type-Options...

proposal

To leverage the cluster's internal load balancing (and other features) we should allow the usage of the service upstream (like ingress-nginx allows) to be used instead of the service's endpoints....

proposal