envoy.api.v2.coreenvoy/api/v2/core/http_uri.proto

Package : envoy.api.v2.core

Top

envoy/api/v2/core/http_uri.proto

Table of Contents

HttpUri

Envoy external URI descriptor

Field Type Label Description
uri string The HTTP server URI. It should be a full FQDN with protocol, host and path.

Example:

.. code-block:: yaml

uri: https://www.googleapis.com/oauth2/v1/certs | | cluster | string | | A cluster is created in the Envoy "cluster_manager" config section. This field specifies the cluster name.

Example:

.. code-block:: yaml

cluster: jwks_cluster | | timeout | google.protobuf.Duration | | Sets the maximum duration in milliseconds that a response can take to arrive upon request. |