diff options
author | Jim Hahn <jrh3@att.com> | 2021-08-30 15:12:29 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2021-08-30 16:20:22 -0400 |
commit | a7b369ac9358351efae2bf8639e8c692951d3971 (patch) | |
tree | 43399f53817fd66b3276f6c7875f53ebf3946ca6 /docs | |
parent | 84a7ba12724737342b40cde46512935cb99e8abe (diff) |
Document xacml-pdp REST server for honolulu
Add documentation for Honolulu Maintenance Release regarding xacml-pdp
always being active.
Issue-ID: POLICY-3556
Change-Id: Ib509d3d9e4cbd7f8e85199b735da0556745dc89b
Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-notes.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/release-notes.rst b/docs/release-notes.rst index a629229c..ef324969 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -67,6 +67,16 @@ Artifacts released: * `[POLICY-3516] <https://jira.onap.org/browse/POLICY-3516>`_ - Upgrade CDS dependency to the 1.1.5 version +Known Limitations +================= + +The APIs provided by xacml-pdp (e.g., healthcheck, statistics, decision) +are always active. While PAP controls which policies are deployed to a +xacml-pdp, it does not control whether or not the APIs are active. +In other words, xacml-pdp will respond to decision requests, regardless +of whether PAP has made it ACTIVE or PASSIVE. + + Version: 8.0.0 -------------- |