diff options
author | Rich Tabedzki <richard.tabedzki@att.com> | 2018-05-08 11:27:50 -0400 |
---|---|---|
committer | Rich Tabedzki <richard.tabedzki@att.com> | 2018-05-11 14:37:35 -0400 |
commit | 972b25417e2851486940ca93d73763026eaa13b6 (patch) | |
tree | 4d9278f0ecbd731a2033be089c204c51fb111941 /dblib/provider/src/main/resources | |
parent | 2828d58e8965622a5d44298bec1b8f8ce103238d (diff) |
Provide support for properties encryption
Changes made:
* Implemented code to decrypt password field in property file
Change-Id: I97e5f93fd1f8383c1e2a1e6170489dc1db9d6337
Issue-ID: CCSDK-182
Signed-off-by: Rich Tabedzki <richard.tabedzki@att.com>
Diffstat (limited to 'dblib/provider/src/main/resources')
-rwxr-xr-x | dblib/provider/src/main/resources/org/opendaylight/blueprint/dblib-blueprint.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dblib/provider/src/main/resources/org/opendaylight/blueprint/dblib-blueprint.xml b/dblib/provider/src/main/resources/org/opendaylight/blueprint/dblib-blueprint.xml index f1d5166db..d9bb99c07 100755 --- a/dblib/provider/src/main/resources/org/opendaylight/blueprint/dblib-blueprint.xml +++ b/dblib/provider/src/main/resources/org/opendaylight/blueprint/dblib-blueprint.xml @@ -15,4 +15,10 @@ </interfaces> </service> + <command-bundle xmlns="http://karaf.apache.org/xmlns/shell/v1.0.0"> + <command name="dblib/encode"> + <action class="org.onap.ccsdk.sli.core.dblib.EncShellCommand"/> + </command> + </command-bundle> + </blueprint>
\ No newline at end of file |