Ciara Stacke
Ciara Stacke
### Proposed changes Currently, the NGINX Ingress Controller can watch either all namespaces or a single namespace. This commit adds the ability to watch multiple namespaces (defined using by passing...
### Proposed changes It's difficult to find our Custom Resources examples in the current folder layout structure. Additionally, a lot of our default examples in the documentation point to the...
### Proposed changes Allow omitting the default server secret from Helm installs. If no kubernetes secret is defined for the default_server, the NGINX directive ssl_reject_handshake will be enabled for default_server....
### Proposed changes Problem: As a user of NGF with applications that require GRPC traffic I want NGF to support a GRPCRouteRule that can handle a request HTTPHeaderFilter So that...
### Proposed changes Problem: We need a way to allow a user to disable HTTP2 Solution: Extend the NginxProxy CRD to include a `BaseHTTPConfig` which will include all http context...
As a user of NGF I want a way to disable HTTP/2 support in my NGF deployment So that I can remove this support if security vulnerabilities are found in...
### Proposed changes Problem: As a user of NGF, I would like to be able to deploy a Gateway resource as part of my Helm installation Solution: Add support for...
**Describe the bug** We are reloading after reconciling a HTTPRoute even when there is no accepted Gateway and no config being generated. **To Reproduce** Steps to reproduce the behavior: Deploy...
As a user of the prometheus exporter as a library I would like a mechanism to inject a logger So that I can provide my own logging structure
When the Gateway API moved to CEL validation from the web hook, we removed a lot of duplicated validation logic from our codebase as CEL validation is much trickier to...