From ef59fbb68ef593ae2fe6e351e30e544688637044 Mon Sep 17 00:00:00 2001 From: Dileep Ranganathan Date: Mon, 8 Oct 2018 15:34:56 -0700 Subject: Retrieve secrets using Secret Management Service Integrate with HAS by retrieving stored secrets using SMS Application code remains in tact as the secrets are preloaded and stored in config. During startup the conf will be set with retrieved secrets. 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: I902b18c0cf080316f9a251e61387b67756198cc2 Issue-ID: OPTFRA-343 Signed-off-by: Dileep Ranganathan --- conductor/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conductor/requirements.txt') diff --git a/conductor/requirements.txt b/conductor/requirements.txt index 52ed4ed..d6d413d 100644 --- a/conductor/requirements.txt +++ b/conductor/requirements.txt @@ -23,6 +23,6 @@ requests[security]!=2.9.0,>=2.8.1 # Apache-2.0 six>=1.9.0 # MIT, also required by futurist stevedore>=1.9.0 # Apache-2.0, also required by oslo.config WebOb>=1.2.3 # MIT -onapsmsclient>=0.0.3 +onapsmsclient>=0.0.4 Flask>=0.11.1 prometheus-client>=0.3.1 \ No newline at end of file -- cgit 1.2.3-korg