diff options
author | Dileep Ranganathan <dileep.ranganathan@intel.com> | 2018-10-08 15:34:56 -0700 |
---|---|---|
committer | Dileep Ranganathan <dileep.ranganathan@intel.com> | 2018-10-08 15:34:56 -0700 |
commit | ef59fbb68ef593ae2fe6e351e30e544688637044 (patch) | |
tree | 4c5167453b89bec096aa1f4fb798131a91c82e48 /conductor/requirements.txt | |
parent | c9cf683edb9fab83698c5e1801df89dd78a3300f (diff) |
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 <dileep.ranganathan@intel.com>
Diffstat (limited to 'conductor/requirements.txt')
-rw-r--r-- | conductor/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |