nginx-gateway-fabric icon indicating copy to clipboard operation
nginx-gateway-fabric copied to clipboard

NGINX Gateway Fabric provides an implementation for the Gateway API using NGINX as the data plane.

Results 361 nginx-gateway-fabric issues
Sort by recently updated
recently updated
newest added
trafficstars

As a user of NGF I want to configure tracing configuration for my route So that I can collect traces for my route. ### Acceptance - Tracing can be enabled...

enhancement
refined
area/nginx-configuration
blocked
size/large

Add a `ClientSettingsPolicy` API that allows Cluster Operators and Application Developers to configure the behavior of the connection between the client and NGINX. To begin, the Client Settings Policy will...

enhancement
refined
epic

As a maintainer of NGF I want to collect the number of GRPCRoute used in NGF in product telemetry So that I can understand how popular GRPCRoutes are for our...

enhancement
refined
size/medium
area/telemetry

Acceptance: - Test for correct status update when ClientSettings is configured. - Test that one configuration set correctly modifies NGINX behavior.

tests
refined
size/large

Before pursuing a specific solution like [NGINX Template Customization](https://github.com/nginxinc/nginx-kubernetes-gateway/issues/703), we want to do a technical spike to investigate what solutions could be employed to allow users to customize NGINX behavior....

refined
spike

Before pursuing an investigation of NGINX customization solutions, we should produce an enhancement proposal outlining the requirements, goals, and non-goals of the initiative. The notes from the NGF meetup on...

refined
spike

**Describe the bug** Connecting to the IPv6 address of the IP (both Pod, LoadBalancer etc.) doesn't work. `curl -v http://\[2001:db8::10::1\]:80` **To Reproduce** Steps to reproduce the behavior: 1. Deploy nginx...

community

Currently, the BackendTLSPolicy status ancestor object is the entire Gateway object. However, the BackendTLSPolicy status may differ from listener to listener on a Gateway. The policy status ancestor object should...

Apply startup and batch optimization of configuration changes to reduce the impacts of NGINX reloads and improve efficiency of responding to configuration change. Through the NIC project we have learned...

epic

https://github.com/nginxinc/nginx-gateway-fabric/pull/1659 added a functional test that install OTel collector in a cluster using helm. For predictability, the version of the chart is kept static in a go file: ```go const...

backlog