kubernetes-ingress
kubernetes-ingress copied to clipboard
NGINX and NGINX Plus Ingress Controllers for Kubernetes
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....
rewrites
I use nginx.org/rewrites to specify proxy_ Pass jump address, ingress configuration is like:  host rule:  but, unable to access resource. see the conf:  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...
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...
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:...
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...
**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...
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...
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....