Secret Management Service feature 15/66815/1
authorDileep Ranganathan <dileep.ranganathan@intel.com>
Sat, 15 Sep 2018 18:05:19 +0000 (11:05 -0700)
committerDileep Ranganathan <dileep.ranganathan@intel.com>
Sat, 15 Sep 2018 23:42:14 +0000 (16:42 -0700)
commit69d5fbb7b4bbf234f38542bca6134f167b929aa8
tree0c53a80819c4900860d3419d7db4ca1307748755
parentb3c8241bfeebac1a7e1fd99091e89fab514973c2
Secret Management Service feature

Added supporting library required for enabling SMS integration.
Added Unit tests and manual tests for store/retrieve/delete secrets.
Updated conductor.conf with aaf_sms group. Added preload_secrets
config for testing.

Integration with application NOT Done in this patch.

Change-Id: Idf7e4249a88a39c586d893226a9110e9d5180787
Issue-ID: OPTFRA-345
Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
conductor.conf
conductor/conductor/common/config_loader.py [new file with mode: 0644]
conductor/conductor/common/sms.py [new file with mode: 0644]
conductor/conductor/opts.py
conductor/conductor/tests/unit/test_sms.py [new file with mode: 0644]
conductor/requirements.txt
conductor/test-requirements.txt
preload_secrets.yaml [new file with mode: 0755]