From af1dbba644a55953a0169358cf06ea15af056c71 Mon Sep 17 00:00:00 2001 From: Shriram Rajagopalan Date: Wed, 31 Oct 2018 10:10:41 -0400 Subject: [PATCH] add dynamic state to attribute list Signed-off-by: Shriram Rajagopalan --- mixer/v1/global_dictionary.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) 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