From 426f89f15aea9e9ace1478c62214219f7f475c26 Mon Sep 17 00:00:00 2001 From: Alex Snaps Date: Tue, 11 Jun 2024 12:31:06 -0400 Subject: [PATCH] RFC-0002: Remove filter_state from the explicitly supported attributes --- rfcs/0002-well-known-attributes.md | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/rfcs/0002-well-known-attributes.md b/rfcs/0002-well-known-attributes.md index ccdd8282..899c3d48 100644 --- a/rfcs/0002-well-known-attributes.md +++ b/rfcs/0002-well-known-attributes.md @@ -76,7 +76,7 @@ These two subsets of attributes are unified into a single set of well-known attr The next sections specify the well-known attributes organized in the following groups: - [Request attributes](#request-attributes) - [Connection attributes](#connection-attributes) -- [Metadata and filter state attributes](#metadata-and-filter-state-attributes) +- [Metadata attribute](#metadata-and-filter-state-attributes) - [Auth attributes](#auth-attributes) - [Rate-limit attributes](#rate-limit-attributes) @@ -396,9 +396,9 @@ The following attributes are available once the downstream connection with the A -## Metadata and filter state attributes +## Metadata attribute -The following attributes are related to the Envoy proxy filter chain. They include metadata exported by the proxy throughout the filters and information about the states of the filters themselves. +The following attribute is related to the Envoy proxy filter chain. They include metadata exported by the proxy throughout the filters. @@ -418,13 +418,6 @@ The following attributes are related to the Envoy proxy filter chain. They inclu - - - - - - -

filter_state

Map<String, String>

Mapping from a filter state name to its serialized string value