Merge "Document removal of xacml-pdp API limitation"
authorJorge Hernandez <jorge.hernandez-herrero@att.com>
Mon, 4 Oct 2021 19:30:46 +0000 (19:30 +0000)
committerGerrit Code Review <gerrit@onap.org>
Mon, 4 Oct 2021 19:30:46 +0000 (19:30 +0000)
docs/xacml/decision-api.rst

index 7d068c1..8f6a993 100644 (file)
@@ -9,6 +9,10 @@ The Decision API is used by ONAP components that enforce policies and need a dec
 specific situation. The Decision API mimics closely the XACML request standard in that it supports a subject, action
 and resource.
 
+When the PAP activates an xacml-pdp, the decision API becomes available. Conversely, when the PAP deactivates an xacml-pdp, the
+decision API is disabled. The decision API is enabled/disabled by the PDP-STATE-CHANGE messages from PAP. If a request is made
+to the decision API while it is deactivated, a "404 - Not Found" error will be returned.
+
 .. csv-table::
    :header: "Field", "Required", "XACML equivalent", "Description"