X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=README.md;h=ef81b866dd783292d0372cfefdfab8541eef9a0b;hb=4b870c6d9272e93c09952cca81f4d11e0653df9b;hp=235e0d04d852c636660c181723eb86614e9b63c1;hpb=ecd4be66f501c6cbbcd53b302f477bd0c8d17a6a;p=dmaap%2Fdbcapi.git 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/ |