envoyproxy / xds-relay

Caching, aggregation, and relaying for xDS compliant clients and origin servers
Apache License 2.0
131 stars 29 forks source link

Node Metadata Bootstrap Config #226

Closed samrabelachew closed 3 years ago

samrabelachew commented 3 years ago

Added a bootstrap field request_node_metadata to allow user to pass in a configurable string field from xds-relay into the xds request's node metadata struct. It defaults to an empty string if nothing is passed.

Signed-off-by: Samra Belachew sbelachew@lyft.com