summaryrefslogtreecommitdiffstats
path: root/ONAP-PAP-REST/src/main/resources/Decision_GuardPolicyTemplate.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_GuardPolicyTemplate.xml
parenta5ccc101707216e8ffc07773c17799c60360863f (diff)
parent95524c8ef8be0d41de8bb2b918f320e464ebb897 (diff)
Merge "Decision BlackList Guard Enhancements"
Diffstat (limited to 'ONAP-PAP-REST/src/main/resources/Decision_GuardPolicyTemplate.xml')
-rw-r--r--ONAP-PAP-REST/src/main/resources/Decision_GuardPolicyTemplate.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ONAP-PAP-REST/src/main/resources/Decision_GuardPolicyTemplate.xml b/ONAP-PAP-REST/src/main/resources/Decision_GuardPolicyTemplate.xml
index 15465f3c0..809dc99fb 100644
--- a/ONAP-PAP-REST/src/main/resources/Decision_GuardPolicyTemplate.xml
+++ b/ONAP-PAP-REST/src/main/resources/Decision_GuardPolicyTemplate.xml
@@ -118,7 +118,7 @@
<AdviceExpressions>
<AdviceExpression AdviceId="GUARD_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 Guard</AttributeValue>
</AttributeAssignmentExpression>
</AdviceExpression>
</AdviceExpressions>