nginxinc / nginx-gateway-fabric

NGINX Gateway Fabric provides an implementation for the Gateway API using NGINX as the data plane.
Apache License 2.0
510 stars 97 forks source link

Translate UpstreamSettingsPolicy to data plane configuration #2810

Open kate-osborn opened 3 days ago

kate-osborn commented 3 days ago

As a user I want NGF to take my configuration for an UpstreamSettingsPolicy and transform it into data plane configuration within NGF So that NGF can then translate those settings into NGINX configuration And so that NGF maintains an abstraction layer between data plane configuration and the specific data plane NGF uses.

Acceptance