diff options
author | Jorge Hernandez <jorge.hernandez-herrero@att.com> | 2021-10-04 19:30:46 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-10-04 19:30:46 +0000 |
commit | dd48a50c9e8d4736f2e64c1763dcafb1f4efdde0 (patch) | |
tree | a63c14f885425ba908ad571cc45cb57b3ec91d6a | |
parent | e3c1a48e7a02a25f437635c901a0adae772986ea (diff) | |
parent | a91dcf96aa5e1deabb9273400a34cc543937eec3 (diff) |
Merge "Document removal of xacml-pdp API limitation"
-rw-r--r-- | docs/xacml/decision-api.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/xacml/decision-api.rst b/docs/xacml/decision-api.rst index 7d068c1e..8f6a9933 100644 --- a/docs/xacml/decision-api.rst +++ b/docs/xacml/decision-api.rst @@ -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" |