From 0c4267de0c33b0721653490c87e13fd2155c5b65 Mon Sep 17 00:00:00 2001 From: Mandar U Jog Date: Wed, 30 Jun 2021 13:57:42 -0700 Subject: [PATCH 1/2] Clarify request/response attributes are http-only Signed-off-by: Mandar U Jog --- docs/root/intro/arch_overview/advanced/attributes.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/root/intro/arch_overview/advanced/attributes.rst b/docs/root/intro/arch_overview/advanced/attributes.rst index 3ef7070f03fae..3ece743380727 100644 --- a/docs/root/intro/arch_overview/advanced/attributes.rst +++ b/docs/root/intro/arch_overview/advanced/attributes.rst @@ -40,7 +40,9 @@ Request attributes ------------------ The following request attributes are generally available upon initial request -processing, which makes them suitable for RBAC policies: +processing, which makes them suitable for RBAC policies. + +`request.*` attributes are only available in http filters. .. csv-table:: :header: Attribute, Type, Description @@ -76,6 +78,8 @@ Response attributes Response attributes are only available after the request completes. +`response.*` attributes are only available in http filters. + .. csv-table:: :header: Attribute, Type, Description :widths: 1, 1, 4 From 05afe358c05dc1245345a5e38d80960abbdaa9ea Mon Sep 17 00:00:00 2001 From: Mandar U Jog Date: Thu, 1 Jul 2021 10:46:42 -0700 Subject: [PATCH 2/2] fix ticks Signed-off-by: Mandar U Jog --- docs/root/intro/arch_overview/advanced/attributes.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/root/intro/arch_overview/advanced/attributes.rst b/docs/root/intro/arch_overview/advanced/attributes.rst index 3ece743380727..45cdc5bc38d88 100644 --- a/docs/root/intro/arch_overview/advanced/attributes.rst +++ b/docs/root/intro/arch_overview/advanced/attributes.rst @@ -42,7 +42,7 @@ Request attributes The following request attributes are generally available upon initial request processing, which makes them suitable for RBAC policies. -`request.*` attributes are only available in http filters. +``request.*`` attributes are only available in http filters. .. csv-table:: :header: Attribute, Type, Description @@ -78,7 +78,7 @@ Response attributes Response attributes are only available after the request completes. -`response.*` attributes are only available in http filters. +``response.*`` attributes are only available in http filters. .. csv-table:: :header: Attribute, Type, Description