Secret Management Service feature 83/66783/1
authorDileep Ranganathan <dileep.ranganathan@intel.com>
Fri, 14 Sep 2018 18:29:39 +0000 (11:29 -0700)
committerDileep Ranganathan <dileep.ranganathan@intel.com>
Fri, 14 Sep 2018 18:39:31 +0000 (11:39 -0700)
commit11dbe76c38a9628fec4072a3b520ed02b3ccfac2
treed581ade99d42ed8f6b3590ae6c861c34d7842e46
parent3ab841597bd7fbfa4de41791c9d7e6335c8afeb9
Secret Management Service feature

Added supporting library required for enabling SMS integration.
Added Unit tests and manual tests for store/retrieve/delete secrets.
Added AAF cacert, preload_secrets config for testing.
Integration with application NOT Done in this patch.

Change-Id: Ic2be41f825b327064127fbf83f9e1057a68f19c2
Issue-ID: OPTFRA-343
Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
config/osdf_config.yaml
config/preload_secrets.yaml [new file with mode: 0755]
osdf/adapters/aaf/sms.py [new file with mode: 0644]
requirements.txt
ssl_certs/aaf_root_ca.cer [new file with mode: 0644]
test/adapters/test_sms.py [new file with mode: 0644]
test/test-requirements.txt