From 6775423c62412cd7ff46dd791ba87d31cd731817 Mon Sep 17 00:00:00 2001 From: "data-plane-api(CircleCI)" Date: Fri, 27 Apr 2018 16:25:09 +0000 Subject: [PATCH] health_check: add header matching to health check http filter (#3129) Implements the header matching mechanism that was added to the API in #3097 . Risk Level: Low Testing: Unit tests were added for the new configuration options. Docs Changes: #3097. Release Notes: added release note. Signed-off-by: Matt Rice Mirrored from https://github.com/envoyproxy/envoy @ 132b36cdae221dd602ebd920a1025167c3a7753a --- envoy/config/filter/http/health_check/v2/health_check.proto | 1 - 1 file changed, 1 deletion(-) diff --git a/envoy/config/filter/http/health_check/v2/health_check.proto b/envoy/config/filter/http/health_check/v2/health_check.proto index 82fb1f7a..36a7fbb2 100644 --- a/envoy/config/filter/http/health_check/v2/health_check.proto +++ b/envoy/config/filter/http/health_check/v2/health_check.proto @@ -32,7 +32,6 @@ message HealthCheck { // must be healthy in order for the filter to return a 200. map cluster_min_healthy_percentages = 4; - // [#not-implemented-hide:] // Specifies a set of health check request headers to match on. The health check filter will // check a request’s headers against all the specified headers. To specify the health check // endpoint, set the ``:path`` header to match on. Note that if the