From 9a89058def115a2f5ec62bca719697d7bc738ece Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Fri, 19 Jun 2020 09:51:50 -0400 Subject: Fix guard application doc recipe -> operation added response example Will cherry pick to frankfurt. Issue-ID: POLICY-2656 Change-Id: Ia0e5c75d29edcecce54709f3659d3cd8f5bcfd15 Signed-off-by: Pamela Dragosh --- docs/xacml/xacml.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/xacml/xacml.rst') diff --git a/docs/xacml/xacml.rst b/docs/xacml/xacml.rst index f129a017..4100e800 100644 --- a/docs/xacml/xacml.rst +++ b/docs/xacml/xacml.rst @@ -110,6 +110,11 @@ This is an example Decision API payload made to retrieve a decision for a Guard .. literalinclude:: decision.guard.json :language: JSON +The return decision simply has "permit" or "deny" in the response to tell the calling application whether they are allowed to perform the operation. + +.. literalinclude:: decision.guard.response.json + :language: JSON + .. _xacml-optimization-label: Optimization Policy Types -- cgit 1.2.3-korg