nginx-gateway-fabric
nginx-gateway-fabric copied to clipboard
NGINX Gateway Fabric provides an implementation for the Gateway API using NGINX as the data plane.
A/C: - Review https://github.com/kubernetes-sigs/gateway-api/pull/2926 - Determine if NGF can support proposed API
A/C: - Review https://github.com/kubernetes-sigs/gateway-api/pull/2959/files - Determine if NGF can support proposed API
A/C: - Review https://github.com/kubernetes-sigs/gateway-api/pull/3178 - Determine if NGF can support proposed API
A/C: - Review https://github.com/kubernetes-sigs/gateway-api/pull/3180 - Determine if NGF can support proposed API
Durations and HTTPRoute Timeout GEPs are being moved to the standard channel. A/C: - Review PR: https://github.com/kubernetes-sigs/gateway-api/pull/3210 - Determine if NGF can support the proposed API changes
As a maintainer of NGF I want a workflow that automatically updates the nginx image within the NGF image So that I do not need to update the nginx image...
**Describe the bug** NGF allows all route kinds to attach to a listener regardless of the kinds specified in the listener `AllowedRoutes.Kinds` field. **To Reproduce** Steps to reproduce the behavior:...
**Describe the bug** Some NGINX directives are not applied or enforced when configured in an internal location. This occurs when redirecting or rewriting a request from an external location to...
As a user of NGF I want a guide that shows me how to enable TLS Passthrough for my route So that I can ensure my incoming traffic is only...
As a maintainer of NGF I want to know how many installations are using TLS Routes So that I can understand the impact of any changes I make to TLS...