From 3da1395bc41159cb8d1f417c19b34bd9638aedbe Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Mon, 26 Jul 2021 13:48:48 -0400 Subject: Still fixing drools-apps CSIT No easy way to test this without merging it, as the docker build always pulls drools-apps from the remote maven. :-( Issue-ID: POLICY-3503 Change-Id: I5d5bcfc3bb28d6ef3d4050f4e7d013acbc31f583 Signed-off-by: Jim Hahn --- .../src/main/feature/config/event-manager.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'controlloop/common/feature-controlloop-management') diff --git a/controlloop/common/feature-controlloop-management/src/main/feature/config/event-manager.properties b/controlloop/common/feature-controlloop-management/src/main/feature/config/event-manager.properties index f427a2cbf..762ae581e 100644 --- a/controlloop/common/feature-controlloop-management/src/main/feature/config/event-manager.properties +++ b/controlloop/common/feature-controlloop-management/src/main/feature/config/event-manager.properties @@ -35,7 +35,8 @@ actor.service.XACML.clientName=XACML actor.service.XACML.onapName=Policy actor.service.XACML.onapComponent=Drools PDP actor.service.XACML.onapInstance=Usecases -actor.service.XACML.operations.Decision.path=decision +actor.service.XACML.operations.Guard.path=decision +actor.service.XACML.operations.Guard.action=guard actor.service.AAI.clientName=AAI actor.service.AAI.operations.CustomQuery.path=aai/v21/query -- cgit 1.2.3-korg