From a05ca3d3152de44ac3078e2455834dedb5789b1b Mon Sep 17 00:00:00 2001 From: ToineSiebelink Date: Tue, 27 Aug 2024 14:56:44 +0100 Subject: Invoke Policy Executor and handle not-allowed response - Execute Policy Executor REST request - Act (and log) on response from Policy Executor - Add dispatcher(mock) in integration test FWK - Add integration test for allow/non allowed and no authorization use cases - disabled PolicyExecution feature by default (only enabled for testware) Issue-ID: CPS-2247 Change-Id: I111ba9ba89cc91649b63b20f88414aa33721dbeb Signed-off-by: ToineSiebelink Signed-off-by: mpriyank --- spotbugs/src/main/resources/spotbugs-exclude.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'spotbugs') diff --git a/spotbugs/src/main/resources/spotbugs-exclude.xml b/spotbugs/src/main/resources/spotbugs-exclude.xml index 78f61d290e..23e62cdbc7 100644 --- a/spotbugs/src/main/resources/spotbugs-exclude.xml +++ b/spotbugs/src/main/resources/spotbugs-exclude.xml @@ -36,6 +36,7 @@ + -- cgit 1.2.3-korg