summaryrefslogtreecommitdiffstats
path: root/docs/platform/architecture.rst
diff options
context:
space:
mode:
authorSaryu Shah <ss3917@att.com>2018-03-19 22:18:13 +0000
committerPamela Dragosh <pdragosh@research.att.com>2018-03-20 14:46:43 +0000
commit82b62ca5dd3ae30aab7999b5959e1c07eb1d3d1f (patch)
tree41c81b9934cf135d157369c21cd358a968370bdb /docs/platform/architecture.rst
parentc08d7d80907f2799a49987d61e4260bb44ff8aba (diff)
cookbook, updated architecture doc
policy documentation - cookbook, updated architecture ------------------------------------------------------------- Issue-ID: POLICY-535 Change-Id: I7d13c145993692b8669f4855b0b23cc73eaa8142 Signed-off-by: Saryu Shah <ss3917@att.com>
Diffstat (limited to 'docs/platform/architecture.rst')
-rw-r--r--docs/platform/architecture.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/platform/architecture.rst b/docs/platform/architecture.rst
index 28215dedc..91679eab1 100644
--- a/docs/platform/architecture.rst
+++ b/docs/platform/architecture.rst
@@ -35,6 +35,9 @@ As illustrated in the Figure below, the POLICY components are supported by a num
.. image:: PolicyArchitectureDetails.png
+.. image:: PolicyArchitectureDetailsKey.png
+
+
The PAP provides interfaces for the management of policies. It utilizes the XACML database to store policies, which are then distributed to the PDPs.
The XACML and Drools databases are hosted in a MariaDB cluster. The XACML database is used to persist policies and policy dictionaries and provide a point for PDPs to retrieve policies. The XACML database also has tables used for node state management, detection of node failure and failover. As indicated above, the state management tables will only include entries for the PAP and PDP-X as the testing is not yet complete for the PDP-D.
@@ -96,5 +99,7 @@ Attributes can be specified for each dimension. In addition to being defined for
Policy writers can define attributes so that policy events or requests self-indicate their scope. The scope is then examined by a suitable function and subsequently acted upon accordingly. Policy decisions and enforcement functions can self-indicate their scope of decision-making, enforcement, or other capabilities. Virtual functions can be automatically attached to the appropriate POLICY Framework and distribution mechanisms.
+.. image:: PolicySummary.png
+
End of Document