From 96ce3d9ef846e82e264f79557c8ba117f6d852d9 Mon Sep 17 00:00:00 2001 From: Mandar U Jog Date: Tue, 7 Aug 2018 15:28:17 -0700 Subject: [PATCH] add proxy_error_code --- mixer/v1/global_dictionary.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/mixer/v1/global_dictionary.yaml b/mixer/v1/global_dictionary.yaml index 7627f9777f..01f9e569df 100644 --- a/mixer/v1/global_dictionary.yaml +++ b/mixer/v1/global_dictionary.yaml @@ -295,3 +295,25 @@ # query_params is the normalized query part of a url. - request.url_path - request.query_params + +# context.proxy_error_code = %RESPONSE_FLAGS% in envoy access logs. +# Other proxies should return equivalent error messages. +- context.proxy_error_code +# following are the RESPONSE_FLAGS supported by envoy as of 2018-08-10 +# https://www.envoyproxy.io/docs/envoy/latest/configuration/access_log#configuration +- UH +- UF +- UO +- NR +- LH +- UT +- LR +- UR +- UC +- DI +- FI +- RL +- "-" + +- inbound +- outbound