diff options
author | Chenfei Gao <cgao@research.att.com> | 2020-02-21 12:20:49 -0500 |
---|---|---|
committer | Chenfei Gao <cgao@research.att.com> | 2020-02-21 12:20:56 -0500 |
commit | 3c8c5b2994e3f132385f0341283bc271e13cdb25 (patch) | |
tree | 1f33c16cdba93153fe21af2ab6e134be73a6e98f /models-examples/src | |
parent | 5e83ac6cd9c5276bfe861010b7879615da255fdb (diff) |
Changed the encoding scheme for native xacml policy string
Issue-ID: POLICY-2182
Change-Id: I47dc7253b2ffb325a4a2a873d66499634ae23d16
Signed-off-by: Chenfei Gao <cgao@research.att.com>
Diffstat (limited to 'models-examples/src')
-rw-r--r-- | models-examples/src/main/resources/policytypes/onap.policies.native.Xacml.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |