Module consul_rs::config_entry[][src]

Structs

ExposeConfig describes HTTP paths to expose through Envoy outside of Connect. Users can expose individual paths and/or all HTTP/GRPC paths for checks.

MeshGatewayModeDefault represents no specific mode and should be used to indicate that a different layer of the configuration chain should take precedence

MeshGatewayModeLocal represents that the Upstream Connect connections should be made to a mesh gateway in the local datacenter.

MeshGatewayModeNone represents that the Upstream Connect connections should be direct and not flow through a mesh gateway.

MeshGatewayModeRemote represents that the Upstream Connect connections should be made to a mesh gateway in a remote datacenter.

MeshGatewayConfig controls how Mesh Gateways are used for upstream Connect services

ProxyModeDefault represents no specific mode and should be used to indicate that a different layer of the configuration chain should take precedence

ProxyModeDirect represents that the proxy’s listeners must be dialed directly by the local application and other proxies.

ProxyModeTransparent represents that inbound and outbound application traffic is being captured and redirected through the proxy.

Type Definitions