From b909b14fe88c5fe8f096cf8b471a2aa799d84739 Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Sat, 9 Mar 2019 11:48:44 -0500 Subject: Monitoring policy creation foundation Upgrde to xacml v2.0.0 release artifact. Some re-arrangement of classes. New class to support a common dictionary among the monitoring applications. I may move it to a common under the main since some of the values are shareable. Created application service provider, so the XACML main knows what policy types are pre-loaded and can report them back to the PAP. struggled with cucumber, which does not create TemporaryFolder although the documentation says its supported. Added a new Policy Finder specific to ONAP which does quicker job to load policies. Issue-ID: POLICY-1273 Change-Id: I4af15a64da3b42d48f29809710421b1649625adc Signed-off-by: Pamela Dragosh --- .../src/main/resources/RootMonitoringPolicy.xml | 40 +++++++++------------- 1 file changed, 17 insertions(+), 23 deletions(-) (limited to 'applications/monitoring/src/main/resources/RootMonitoringPolicy.xml') diff --git a/applications/monitoring/src/main/resources/RootMonitoringPolicy.xml b/applications/monitoring/src/main/resources/RootMonitoringPolicy.xml index 3ac716e8..33b28815 100644 --- a/applications/monitoring/src/main/resources/RootMonitoringPolicy.xml +++ b/applications/monitoring/src/main/resources/RootMonitoringPolicy.xml @@ -1,5 +1,5 @@ - - + + The root policy for supporting in-memory onap.Monitoring policy-type policies. @@ -19,24 +19,18 @@ - - PERMIT - TO BE FILLED IN - - - - - John - - - - ACCESS - - - - - - - - Default is DENY - - + + + Default is to allow a permit - returning 0 obligations + + + + + + \ No newline at end of file -- cgit 1.2.3-korg