envoyproxy/envoy

Runtime configuration of HTTP fault injection per upstream cluster

Open

#10,173 opened on Feb 26, 2020

View on GitHub
 (3 comments) (0 reactions) (0 assignees)C++ (5,373 forks)batch import
enhancementhelp wanted

Repository metrics

Stars
 (27,997 stars)
PR merge metrics
 (Avg merge 8d) (378 merged PRs in 30d)

Description

Title: HTTP fault injection filter can have runtime settings per downstream cluster, but not upstream cluster.

Description: I'm trying to simulate a failure of an external service. In my case, fault injection filter should be configured as one of the egress http filters to inject delay or abort requests to the external service. I want to inject failure only to the requests to the specific upstream cluster (the external service) in runtime. But as described here, fault injection filter allows runtime setting only per downstream cluster by , not upstream cluster.

Thanks

Contributor guide