From 27c0d0c0a925e4fa0fed41fd7cf794b02be15595 Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Tue, 20 Jul 2021 17:34:22 -0400 Subject: Use new xacml actor in drools-apps Modified drools-apps to use actor.xacml instead of actor.guard. This included updating property files. Issue-ID: POLICY-3503 Change-Id: I25c5586c59a2adaae9f4f0f5ca66e14b12b0c18a Signed-off-by: Jim Hahn --- .../resources/eventService/event-svc-no-guard-actor.properties | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'controlloop/common/eventmanager/src/test/resources/eventService/event-svc-no-guard-actor.properties') diff --git a/controlloop/common/eventmanager/src/test/resources/eventService/event-svc-no-guard-actor.properties b/controlloop/common/eventmanager/src/test/resources/eventService/event-svc-no-guard-actor.properties index 027f824e8..f72378881 100644 --- a/controlloop/common/eventmanager/src/test/resources/eventService/event-svc-no-guard-actor.properties +++ b/controlloop/common/eventmanager/src/test/resources/eventService/event-svc-no-guard-actor.properties @@ -2,7 +2,7 @@ # ============LICENSE_START====================================================== # ONAP # =============================================================================== -# Copyright (C) 2020 AT&T Intellectual Property. All rights reserved. +# Copyright (C) 2020-2021 AT&T Intellectual Property. All rights reserved. # =============================================================================== # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -18,8 +18,8 @@ # ============LICENSE_END======================================================== # -# all GUARD properties are commented out on purpose +# all XACML properties are commented out on purpose -#actor.service.GUARD.disabled=true -#actor.service.GUARD.clientName=guard-client -#actor.service.GUARD.operations.Decision.path=decide +#actor.service.XACML.disabled=true +#actor.service.XACML.clientName=xacml-client +#actor.service.XACML.operations.Guard.path=decide -- cgit 1.2.3-korg