aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authordglFromAtt <dgl@research.att.com>2019-04-09 01:46:16 -0400
committerdglFromAtt <dgl@research.att.com>2019-04-09 01:46:20 -0400
commite1d69b3467917291b39c915929bda63f52773e83 (patch)
tree17c6fd11434264ede119ce1303ce18f10d7dcd4f /README.md
parenta1cd1d8a7509316e32248e82222d4f5c7debeb46 (diff)
Manage SSL connection to MR
Change-Id: Ia97fa113cf618289be4deae24d8be30ec65bad46 Signed-off-by: dglFromAtt <dgl@research.att.com> Issue-ID: DMAAP-1145
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 235e0d0..ef81b86 100644
--- a/README.md
+++ b/README.md
@@ -98,6 +98,13 @@ The table below lists all the settings, default values (if not set), and shows a
|-|-|-|-|
|MR.projectID | Value for some constructs of fully qualified topic names | 99999 | ONAP |
|-|-|-|-|
+|MR.hostnameVerify | Indicates if we want to relax hostname verification on SSL connection | true | false |
+|-|-|-|-|
+|MR.authentication | Authentication method used when connecting to MR | none | basicAuth |
+| | none = no creds sent (default) | | |
+| | basicAuth = formulate Basic Auth HTTP Header using name and pwd credentials | | |
+| | cert = use client certificate | | |
+|-|-|-|-|
|cadi.properties | Path to CADI properties file | /opt/app/osaaf/local/org.onap.dmaap-bc.props | /opt/app/osaaf/lcoal/org.onap.dmaap-bc.props |
|-|-|-|-|
|aaf.URL | URL of the AAF server | https://authentication.domain.netset.com:8095/proxy/ | https://aaf-authz/ |