From fa9960690db89b0695c266abdb9009e2331f6f3c Mon Sep 17 00:00:00 2001 From: Dileep Ranganathan Date: Thu, 27 Sep 2018 08:06:26 -0700 Subject: Retrieve secrets using Secret Management Service Integrate with OSDF by retrieving stored secrets using SMS Application code remains in tact as the secrets are preloaded and stored in config. The configs in clear text will be deprecated eventually. OOM needs to load aaf-sms and preload secrets before oof deployment. Updated to use domain name instead of domain uuid. Change-Id: I88a3c3dd2ad87753cc056fb63c8bbabd546707ab Issue-ID: OPTFRA-343 Signed-off-by: Dileep Ranganathan --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index 2cf5358..0275ab7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,5 +11,5 @@ requests>=2.14.2 schematics>=2.0.0 docopt>=0.6.2 pydevd>=1.0.0 -onapsmsclient>=0.0.3 +onapsmsclient>=0.0.4 pymzn>=0.17.0 -- cgit 1.2.3-korg