summaryrefslogtreecommitdiffstats
path: root/conductor.conf
diff options
context:
space:
mode:
authorRitu Sood <ritu.sood@intel.com>2018-05-11 07:28:52 -0700
committerRitu Sood <ritu.sood@intel.com>2018-05-11 19:39:57 -0700
commita950e73cd6185df6e843204c7fa69efa5e7640c1 (patch)
tree901c1df53c137fb107253c1bc9a8d85fda674195 /conductor.conf
parenta4bb011a91ef18261167f1e4f555f57e0e8f8b27 (diff)
Adding basic auth to AAI Plugin
For now leaving the original certificates as before so as not to disturb any existing test cases etc. Issue-ID: OPTFRA-232 Change-Id: If28c772f14c89dbf4229d754cf9dd49094fc5196 Signed-off-by: Ritu Sood <ritu.sood@intel.com>
Diffstat (limited to 'conductor.conf')
-rwxr-xr-xconductor.conf9
1 files changed, 8 insertions, 1 deletions
diff --git a/conductor.conf b/conductor.conf
index 150d78b..b2c1f61 100755
--- a/conductor.conf
+++ b/conductor.conf
@@ -150,7 +150,14 @@ certificate_key_file = /usr/local/bin/aai_key.key
# Certificate Authority Bundle file in pem format. Must contain the appropriate
# trust chain for the Certificate file. (string value)
#certificate_authority_bundle_file = /opt/app/conductor/etc/certs/ca_bundle.pem
-certificate_authority_bundle_file = /opt/optf-has/aai_cert.cer
+certificate_authority_bundle_file = /usr/local/bin/AAF_RootCA.cer
+
+# Basic Authentication Username (string value)
+username = OOF
+
+# Basic Authentication Password (string value)
+password = OOF
+
[api]