diff --git a/envoy/api/v2/core/health_check.proto b/envoy/api/v2/core/health_check.proto index b2633d89..4a2e8673 100644 --- a/envoy/api/v2/core/health_check.proto +++ b/envoy/api/v2/core/health_check.proto @@ -146,6 +146,11 @@ message HealthCheck { // message. See `gRPC health-checking overview // `_ for more information. string service_name = 1; + + // The value of the :authority header in the gRPC health check request. If + // left empty (default value), the name of the cluster this health check is associated + // with will be used. + string authority = 2; } // Custom health check.