diff options
author | Dileep Ranganathan <dileep.ranganathan@intel.com> | 2018-09-14 11:29:39 -0700 |
---|---|---|
committer | Dileep Ranganathan <dileep.ranganathan@intel.com> | 2018-09-14 11:39:31 -0700 |
commit | 11dbe76c38a9628fec4072a3b520ed02b3ccfac2 (patch) | |
tree | d581ade99d42ed8f6b3590ae6c861c34d7842e46 /config/osdf_config.yaml | |
parent | 3ab841597bd7fbfa4de41791c9d7e6335c8afeb9 (diff) |
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>
Diffstat (limited to 'config/osdf_config.yaml')
-rwxr-xr-x | config/osdf_config.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/osdf_config.yaml b/config/osdf_config.yaml index 022104d..4ef11f8 100755 --- a/config/osdf_config.yaml +++ b/config/osdf_config.yaml @@ -50,3 +50,9 @@ aaf_cache_expiry_hrs: 3 aaf_url: https://aaftest.simpledemo.onap.org:8095 aaf_user_roles: - /api/oof/v1/placement:org.onap.osdf.access|*|read ALL + +# Secret Management Service from AAF +aaf_sms_url: https://aaf-sms.onap:10443 +aaf_sms_timeout: 30 +secret_domain: osdf #Replace with the UUID +aaf_ca_certs: ssl_certs/aaf_root_ca.cer |