summaryrefslogtreecommitdiffstats
path: root/ONAP-PAP-REST/src/main/resources/Decision_GuardBLPolicyTemplate.xml
diff options
context:
space:
mode:
authorJorge Hernandez <jh1730@att.com>2018-07-25 14:12:20 +0000
committerGerrit Code Review <gerrit@onap.org>2018-07-25 14:12:20 +0000
commit7957dd169d09ff5fcfdfc0384e8ed7d3534d3dc0 (patch)
treea4fe47a1cbb37860bcef5d90d6bfc3cada04287b /ONAP-PAP-REST/src/main/resources/Decision_GuardBLPolicyTemplate.xml
parenta5ccc101707216e8ffc07773c17799c60360863f (diff)
parent95524c8ef8be0d41de8bb2b918f320e464ebb897 (diff)
Merge "Decision BlackList Guard Enhancements"
Diffstat (limited to 'ONAP-PAP-REST/src/main/resources/Decision_GuardBLPolicyTemplate.xml')
-rw-r--r--ONAP-PAP-REST/src/main/resources/Decision_GuardBLPolicyTemplate.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ONAP-PAP-REST/src/main/resources/Decision_GuardBLPolicyTemplate.xml b/ONAP-PAP-REST/src/main/resources/Decision_GuardBLPolicyTemplate.xml
index 1ac292c3f..43d7a2349 100644
--- a/ONAP-PAP-REST/src/main/resources/Decision_GuardBLPolicyTemplate.xml
+++ b/ONAP-PAP-REST/src/main/resources/Decision_GuardBLPolicyTemplate.xml
@@ -122,7 +122,7 @@
<AdviceExpressions>
<AdviceExpression AdviceId="GUARD_BL_YAML" AppliesTo="Deny">
<AttributeAssignmentExpression AttributeId="guard.response" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource">
- <AttributeValue DataType="http://www.w3.org/2001/XMLSchema#string">Denied!</AttributeValue>
+ <AttributeValue DataType="http://www.w3.org/2001/XMLSchema#string">Denied By Blacklist</AttributeValue>
</AttributeAssignmentExpression>
</AdviceExpression>
</AdviceExpressions>