You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a cloud native infrastructure/service developer, I want a reverse proxy solution that is customizable to my needs and performant enough for cloud scale workloads.
From a YARP perspective, this list represents the functionality we consider to be required for a YARP v1.
samsp-msft
changed the title
User Story: Ship an extensible reverse proxy
Experience: Ship an extensible reverse proxy
Oct 20, 2020
samsp-msft
changed the title
Experience: Ship an extensible reverse proxy
Experience: Ship an extensible/customizable reverse proxy performant enough for cloud scale workloads
Oct 21, 2020
samsp-msft
changed the title
Experience: Ship an extensible/customizable reverse proxy performant enough for cloud scale workloads
Epic: Ship an extensible/customizable reverse proxy performant enough for cloud scale workloads
Oct 21, 2020
As a cloud native infrastructure/service developer, I want a reverse proxy solution that is customizable to my needs and performant enough for cloud scale workloads.
From a YARP perspective, this list represents the functionality we consider to be required for a YARP v1.
This includes the following user stories:
Configuration
Proxy configuration is extensible for custom metadata on routes, destinations etc Proxy configuration is extensible for custom metadata on routes, destinations etc #485Routing & inbound connections
Proxy can divert routes to support A/B testing, service rollout etc Proxy can divert routes to support A/B testing, service rollout etc #126Proxy can deliver static files directly Proxy can deliver static files directly #187Support for Lets Encrypt for TLS termination Support for Lets Encrypt for TLS termination #110Proxying & outbound connections
Proxy can be used in a hosted datacenter environment with limitations such as SNAT Proxy can be used in a hosted datacenter environment with limitations such as SNAT #62Diagnostics
Proxy has an API for determining its health Proxy has an API for determining its health #125General
Proxy is hardened so it can directly face the internet Proxy is hardened so it can directly face the internet #16Proxy monitors its own load/health and throttles connections when required Proxy monitors its own load/health and throttles connections when required #470Support for back pressure Implement back pressure in kestrel for incoming connections #290Packaging
Proxy is supplied as a project template for dotnet new Proxy is supplied as a project template for dotnet new #77Proxy is supplied as a pre-built exe with a configuration file Proxy is supplied as a pre-built exe with core functionality available via configuration #261Proxy is supplied as a pre-built docker image Proxy is supplied as a pre-built docker image #247The text was updated successfully, but these errors were encountered: