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

### Proposed changes Problem: Users want to add, set, and remove response headers. Solution: Use `add_header` NGINX directive to support `ResponseHeaderModifier`. * If the action is `set`, we simply configure...

documentation
enhancement

### 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...

documentation
enhancement
release-notes

### Proposed changes Problem: We want to have our CRDs documented Solution: Use gen-crd-api-reference-docs to automatically generate the docs Closes #1754 ### Checklist Before creating a PR, run through this...

documentation
dependencies

### Proposed changes Write a clear and concise description that helps reviewers understand the purpose and impact of your changes. Use the following format: Problems: - As a Cluster Operator,...

documentation
enhancement
helm-chart
release-notes

As a developer I want to be able to generate the methods shown below for all NGF Policy types So that I don't have to duplicate boilerplate code every time...

good first issue
tech-debt
backlog

updates: - [github.com/golangci/golangci-lint: v1.57.2 → v1.58.0](https://github.com/golangci/golangci-lint/compare/v1.57.2...v1.58.0)

dependencies

**As a** user of NGF who uses the gRPC protocol for their applications **I want** NGF to support routing gRPC traffic to my applications **So that** I can use NGF...

refined
epic

### Proposed changes Problem: Users want to configure BackendTLS successfully with NGF. Solution: Adds a directive `proxy_ssl_server_name on` in the server location block to avoid connection resets during SSL handshake....

bug

Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.4 to 4.1.5. Release notes Sourced from actions/checkout's releases. v4.1.5 What's Changed Update NPM dependencies by @​cory-miller in actions/checkout#1703 Bump github/codeql-action from 2 to 3 by @​dependabot...

dependencies
github_actions

Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) from 0.18.0 to 0.18.2. Release notes Sourced from sigs.k8s.io/controller-runtime's releases. v0.18.2 What's Changed 🐛 Reintroduce AddMetricsServerExtraHandler on manager by @​k8s-infra-cherrypick-robot in kubernetes-sigs/controller-runtime#2817 Full Changelog: https://github.com/kubernetes-sigs/controller-runtime/compare/v0.18.1...v0.18.2 v0.18.1 What's Changed...

dependencies
go