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

Hi, It seems NGF does not yet support `RegularExpression` for path matching. I wonder if there is any way for me to move this NGINX location to HTTPRoute with the...

enhancement
highlight

Right now nginx listens on whatever ports are defined in the Gateway listener. However, ports under 1024 are privileged and require the CAP_NET_BIND capability and `allowPrivilegeEscalation` in order for nginx...

enhancement
area/security

As an NGF user I want to know how to use NGF works with websocket applications So that I can run my websocket application fronted by NGF. ### Acceptance -...

documentation

By default, our docs have users create the docker registry secret with the name `nginx-plus-registry-secret`. But we don't use this default in our actual installation. We force users to specify...

enhancement

Write a doc about logging configuration for control plane (for the user). Include: - log levels - log format - how critical errors (when control plane terminates) are logged -...

documentation
backlog

**As a** maintainer for NGF **I want** to know how many clusters are connected to the NGINX One Console **So that** I know how valuable that connection is **And** how...

area/telemetry

**As a** maintainer of NGF **I want** to know how many data plane pods each participating cluster is scaled to **I also want** to know how many NginxProxy resources are...

refined
size/medium
area/telemetry

As a user of NGF for NGINX Plus or OSS I want to see my metrics in the NGINX One console So that I can observe all of my NGINX...

metrics

Seeing the following log in the nginx-gateway container: ``` {"level":"debug","ts":"2024-12-17T19:56:52Z","logger":"telemetryJob.otel","msg":"SimpleSpanProcessor is not recommended for production use, consider using BatchSpanProcessor instead."} ```

enhancement
good first issue

As a user of NGF I want to enforce mTLS authentication for a set of listeners within my Gateway with attributes I expect So that I have a layer 4...

enhancement
epic
area/security