diff options
author | 2018-10-08 15:34:56 -0700 | |
---|---|---|
committer | 2018-10-08 15:34:56 -0700 | |
commit | ef59fbb68ef593ae2fe6e351e30e544688637044 (patch) | |
tree | 4c5167453b89bec096aa1f4fb798131a91c82e48 /conductor.conf | |
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.conf')
-rwxr-xr-x | conductor.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/conductor.conf b/conductor.conf index d40b7b7..18dad13 100755 --- a/conductor.conf +++ b/conductor.conf @@ -173,8 +173,7 @@ aaf_url = http://aaf-service:8100/authz/perms/user/ # be False and the server certis not verified by the client. (string value) #aaf_ca_certs = AAF_RootCA.cer -# Domain UUID - A unique UUID generated when the domainfor HAS is created by -# administrator during deployment (string value) +# Domain Name for HAS #secret_domain = has |