summaryrefslogtreecommitdiffstats
path: root/conductor.conf
diff options
context:
space:
mode:
authorDileep Ranganathan <dileep.ranganathan@intel.com>2018-09-15 11:05:19 -0700
committerDileep Ranganathan <dileep.ranganathan@intel.com>2018-09-15 16:42:14 -0700
commit69d5fbb7b4bbf234f38542bca6134f167b929aa8 (patch)
tree0c53a80819c4900860d3419d7db4ca1307748755 /conductor.conf
parentb3c8241bfeebac1a7e1fd99091e89fab514973c2 (diff)
Secret Management Service feature
Added supporting library required for enabling SMS integration. Added Unit tests and manual tests for store/retrieve/delete secrets. Updated conductor.conf with aaf_sms group. Added preload_secrets config for testing. Integration with application NOT Done in this patch. Change-Id: Idf7e4249a88a39c586d893226a9110e9d5180787 Issue-ID: OPTFRA-345 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
Diffstat (limited to 'conductor.conf')
-rwxr-xr-xconductor.conf22
1 files changed, 22 insertions, 0 deletions
diff --git a/conductor.conf b/conductor.conf
index a2a4765..b4e74e4 100755
--- a/conductor.conf
+++ b/conductor.conf
@@ -120,6 +120,28 @@ log_config_append = /usr/local/bin/log.conf
#fatal_deprecations = false
+[aaf_sms]
+
+#
+# From conductor
+#
+
+# Base URL for SMS, up to and not including the version, and without a trailing
+# slash. (string value)
+#aaf_sms_url = https://aaf-sms.onap:10443
+
+# Timeout for SMS API Call (integer value)
+#aaf_sms_timeout = 30
+
+# Path to the cacert that will be used to verify If this is None, verify will
+# 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)
+#secret_domain = has
+
+
[aai]
#