HTTP Service URI
config.core.v3.HttpUri
[config.core.v3.HttpUri proto]
Envoy external URI descriptor
{
"uri": "...",
"cluster": "...",
"timeout": "{...}"
}
uri
(string, REQUIRED) The HTTP server URI. It should be a full FQDN with protocol, host and path.
Example:
uri: https://www.googleapis.com/oauth2/v1/certs
cluster
(string, REQUIRED) A cluster is created in the Envoy “cluster_manager” config section. This field specifies the cluster name.
Example:
cluster: jwks_cluster
Specify how uri is to be fetched. Today, this requires an explicit cluster, but in the future we may support dynamic cluster creation or inline DNS resolution. See issue.
timeout
(Duration, REQUIRED) Sets the maximum duration in milliseconds that a response can take to arrive upon request.
当前内容版权归 Envoy Proxy 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 Envoy Proxy .