proxy
Last updated
Was this helpful?
Last updated
Was this helpful?
Each proxy
is the sum total of all configurations that will be sent to each Grey Matter Proxy. This includes the , , , , and . Each proxy
object may be mapped to 0 or more physical instances; each of which will share the exact same configurations.
NOTE The
name
field in the object dictates which cluster in the mesh it gets applied to, see the for more information.
Configure active filters
Set virtual domains
Directly set listeners
Multiple listeners can be configured for each Proxy object, either inline or through the listener_keys
field. Each one defines a new network interface to handle different traffic patterns and protocols, like the example diagram below.
proxy_key
A unique key to identify this proxy configuration in the Fabric API.
zone_key
The zone in which this object will live. It will only be able to be referenced by objects or sent to Sidecars that live in the same zone.
name
domain_keys
listener_keys
listeners
upgrades
String value to specify connection upgrades to all listeners on this Sidecar. The only currently supported option is "websocket"
.
active_filters
NOTE: The order of filters in this array dictates the evaluation order of the filters in the chain.
filters
checksum
An API calculated checksum. Can be used to verify that the API contains the expected object before performing a write.
The name of the service that this proxy configuration (and all linked objects) will be sent to. This name must exactly match the information when a sidecar registers in the mesh.
Array of to specify which domain objects should be included in this configuration.
Array of to specify which which objects should be included in this configuration. Listeners can also be specified in-line with the field.
Array of definitions to create for this Sidecar.
DEPRECATION: This field has been deprecated and will be removed in the next major version release. Use instead.
Array of that should be active on this listener's filter chain. This list acts as a simple mechanism for turning specific filters on/off without needing to completely remove their configuration from the section.
DEPRECATION: This field has been deprecated and will be removed in the next major version release. Use instead.
Array of filter configurations to be used when a filter is .