diff --git a/mixer/v1/global_dictionary.yaml b/mixer/v1/global_dictionary.yaml index 01f9e569df..7fc164f934 100644 --- a/mixer/v1/global_dictionary.yaml +++ b/mixer/v1/global_dictionary.yaml @@ -317,3 +317,13 @@ - inbound - outbound + +# State generated by various envoy http filters. Used in reports only. +# encoded as byte stream from envoy.api.v2.core.Metadata. To be interpreted +# by various mixer adapters. +- request.dynamic_state + +# State generated by various envoy network filters. Used in reports only. +# encoded as byte stream from envoy.api.v2.core.Metadata. To be interpreted +# by various mixer adapters. +- connection.dynamic_state