From 3c8c5b2994e3f132385f0341283bc271e13cdb25 Mon Sep 17 00:00:00 2001 From: Chenfei Gao Date: Fri, 21 Feb 2020 12:20:49 -0500 Subject: [PATCH] Changed the encoding scheme for native xacml policy string Issue-ID: POLICY-2182 Change-Id: I47dc7253b2ffb325a4a2a873d66499634ae23d16 Signed-off-by: Chenfei Gao --- .../src/main/resources/policytypes/onap.policies.native.Xacml.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models-examples/src/main/resources/policytypes/onap.policies.native.Xacml.yaml b/models-examples/src/main/resources/policytypes/onap.policies.native.Xacml.yaml index 8ed45a010..3e4a27e63 100644 --- a/models-examples/src/main/resources/policytypes/onap.policies.native.Xacml.yaml +++ b/models-examples/src/main/resources/policytypes/onap.policies.native.Xacml.yaml @@ -14,4 +14,4 @@ policy_types: required: true description: The XML XACML 3.0 PolicySet or Policy metadata: - encoding: URL \ No newline at end of file + encoding: Base64 -- 2.16.6