http_uri.proto

Package: solo.io.envoy.config.core.v3

Types:

Source File: github.com/solo-io/gloo/projects/gloo/api/external/envoy/config/core/v3/http_uri.proto

HttpUri

Envoy external URI descriptor

"uri": string
"cluster": string
"timeout": .google.protobuf.Duration

Field Type 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.