Set-Metadata Filter¶
This extension may be referenced by the qualified name envoy.filters.http.set_metadata
Note
This extension is intended to be robust against both untrusted downstream and upstream traffic.
Tip
This extension extends and can be used with the following extension category:
This filters adds or updates dynamic metadata with static data.
extensions.filters.http.set_metadata.v3.Config¶
[extensions.filters.http.set_metadata.v3.Config proto]
{
"metadata_namespace": "...",
"value": "{...}"
}
- metadata_namespace
(string, REQUIRED) The metadata namespace.
- value
(Struct) The value to update the namespace with. See the filter documentation for more information on how this value is merged with potentially existing ones.