health check: allow request header formatting for HTTP health check request (#3882)

Signed-off-by: Dhi Aurrahman <dio@rockybars.com>

Mirrored from https://github.com/envoyproxy/envoy @ 42109e564224ead0099138c194cf22cfe6c752c6
pull/620/head
data-plane-api(CircleCI) 6 years ago
parent 55833ac4e2
commit 14380a5c69
  1. 4
      envoy/api/v2/core/health_check.proto

@ -95,7 +95,9 @@ message HealthCheck {
string service_name = 5;
// Specifies a list of HTTP headers that should be added to each request that is sent to the
// health checked cluster.
// health checked cluster. For more information, including details on header value syntax, see
// the documentation on :ref:`custom request headers
// <config_http_conn_man_headers_custom_request_headers>`.
repeated core.HeaderValueOption request_headers_to_add = 6;
// If set, health checks will be made using http/2.

Loading…
Cancel
Save