From c3aa7ebbb6f17c93958103077614f5bdac9837b0 Mon Sep 17 00:00:00 2001 From: Dileep Ranganathan Date: Fri, 12 Oct 2018 02:29:49 -0700 Subject: Enable SMS in OSDF Load secrets from SMS in OSDF. Removed secrets from osdf_config.yaml. Unit tests to use the test/config/osdf_config.yaml. Helm charts uses a Job to load secrets. CSIT needs to load it using the preload tool provided by SMS. Change-Id: I0f832033476c02958f6392abba74e4d5a36cc902 Issue-ID: OPTFRA-343 Signed-off-by: Dileep Ranganathan --- test/config/osdf_config.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'test/config/osdf_config.yaml') diff --git a/test/config/osdf_config.yaml b/test/config/osdf_config.yaml index bc64ffd..8cff1d5 100755 --- a/test/config/osdf_config.yaml +++ b/test/config/osdf_config.yaml @@ -52,3 +52,17 @@ 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 +aaf_ca_certs: ssl_certs/aaf_root_ca.cer + +# Credentials for PCIHandler +pciHMSUsername: "" # pcihandler username for call back. +pciHMSPassword: "" # pcihandler password for call back. + +# Credentials for the OOF PCI Opt service +osdfPCIOptUsername: PCI-OSDF-USER +osdfPCIOptPassword: PCI-OSDF-PASSWD -- cgit 1.2.3-korg