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.
Currently, NGF has only one CRD. The doc for it is here https://github.com/nginxinc/nginx-gateway-fabric/blob/8612c42d8badb8e13b1baf675821350e27395c23/site/content/how-to/configuration/control-plane-configuration.md , visualized https://docs.nginx.com/nginx-gateway-fabric/how-to/configuration/control-plane-configuration/ Note how that doc describes each field of the resource. As we add more...
**As a** user of NKG **I want** to enable TLS Passthrough for my application's endpoints **So that** I can achieve end to end encryption for my incoming traffic **And so...
When running a longevity test: In the NGF error log, log entries like the following were not collected during the 1.2.0 run: `ERROR 2024-03-20T14:13:00.374159128Z [resource.labels.containerName: nginx-gateway] {"error":"leader election lost", "level":"error",...
**As a** maintainer of NGF **I want** our longevity test to more closely mimic a real customer environment **So that** we can discover bugs before they reach our users. ###...
**What would you like to be added**: Provide a Dockerfile and instructions for developers to easily deploy and experiment with NGINX config locally. **Why this is needed**: It's often necessary...
**Is your enhancement request related to a problem? Please describe.** We do not currently test the k8s controller's reconciling logic that filters out resource events. For example, resources that have...
TBD - Awaiting Refinement
As a user of NGF I want to have a ResponseHeaderModifier Filter for my paths for my API So that I can add, edit, or remove the headers from my...