X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=csit%2Fscripts%2Fdmaap-buscontroller%2Fdocker-compose%2Fdmaapbc.properties;h=aa395396cfa57d051857ea4d0271bbf051e2625f;hb=a2d44c58079fb01dacfd0177e625c97c25259cc1;hp=32c67fbd7318c9073fe506c8a65657e7f47952f1;hpb=71d3d0925874247de5e657821638b1c08360f571;p=dmaap%2Fbuscontroller.git diff --git a/csit/scripts/dmaap-buscontroller/docker-compose/dmaapbc.properties b/csit/scripts/dmaap-buscontroller/docker-compose/dmaapbc.properties index 32c67fb..aa39539 100644 --- a/csit/scripts/dmaap-buscontroller/docker-compose/dmaapbc.properties +++ b/csit/scripts/dmaap-buscontroller/docker-compose/dmaapbc.properties @@ -6,7 +6,7 @@ ##################################################### # Indicator for whether to use AAF for authentication UseAAF: false - +enableCADI: false # Stub out southbound calls for Unit Test cases to run. e.g. not timeout # Comment out in other environments to get default (No) #UnitTest: Yes @@ -95,7 +95,7 @@ MR.TopicMgrRole: org.onap.dmaap-bc-topic-mgr.client MR.projectID: mr # Use Basic Authentication when provisioning topics -MR.authentication: basicAuth +MR.authentication: none # MR topic name style (default is FQTN_LEGACY_FORMAT) #MR.topicStyle: FQTN_LEGACY_FORMAT @@ -126,7 +126,7 @@ ApiPermission.Class: org.onap.dmaap.dbcapi.authentication.AllowAll # Indicates how we are expecting certificates to be provided: # cadi - a set of artifacts will be downloaded from AAF at deployment time, and details will be in a cadi properties file # legacy (default) - artifacts will be installed manually or some other way and details will be in this file -CertificateManagement: cadi +CertificateManagement: legacy # When CertificateManagement is cadi, then this is where all the cadi properties will be. # Note that the cadi properties include where the cert is, and the encrypted passwords to read. @@ -147,4 +147,4 @@ IntHttpPort: 8080 # listen to https port within this container (server) # set to 0 if no certificates are available. -IntHttpsPort: 8443 +IntHttpsPort: 0