public static interface Cluster.OriginalDstLbConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getUseHttpHeader()
When true, :ref:`x-envoy-original-dst-host
<config_http_conn_man_headers_x-envoy-original-dst-host>` can be used to override destination
address.
.. attention::
This header isn't sanitized by default, so enabling this feature allows HTTP clients to
route traffic to arbitrary hosts and/or ports, which may have serious security
consequences.
.. note::
If the header appears multiple times only the first value is used.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean getUseHttpHeader()
When true, :ref:`x-envoy-original-dst-host <config_http_conn_man_headers_x-envoy-original-dst-host>` can be used to override destination address. .. attention:: This header isn't sanitized by default, so enabling this feature allows HTTP clients to route traffic to arbitrary hosts and/or ports, which may have serious security consequences. .. note:: If the header appears multiple times only the first value is used.
bool use_http_header = 1;Copyright © 2018–2021 The Envoy Project. All rights reserved.