add new enableCADI flag to dmaapbc properties
[dmaap/buscontroller.git] / dmaap-bc / misc / dmaapbc.properties.tmpl
index c266091..d013ca3 100755 (executable)
@@ -151,8 +151,12 @@ MM.ProvUserPwd: ${DMAAPBC_MMPROV_PWD:-demo123456!}
 MM.AgentRole: ${DMAAPBC_MMAGENT_ROLE:-org.onap.dmaap-bc-mm-prov.agent}
 #################
 #
-# path to cadi.properties
+# CADI settings
 #
+# flag indication if CADI filtering is used
+enableCADI: ${DMAAPBC_ENABLE_CADI:-false}
+#
+# path to CADI properties
 cadi.properties: /opt/app/osaaf/local/org.onap.dmaap-bc.props
 
 #################
@@ -180,12 +184,12 @@ CredentialCodecKeyfile:   ${DMAAPBC_CODEC_KEYFILE:-etc/LocalKey}
 # This overrides the Class used for Decryption.
 # This allows for a plugin encryption/decryption method if needed.
 # Call this Class for decryption at runtime.
-#AafDecryption.Class: com.company.proprietaryDecryptor 
+#AafDecryption.Class: com.company.proprietaryDecryptor
 
 #
 # This overrides the Class used for API Permission check.
 # This allows for a plugin policy check, if needed
-#ApiPermission.Class: com.company.policy.DecisionPolicy
+ApiPermission.Class: org.onap.dmaap.dbcapi.authentication.AllowAll
 
 # Namespace for URI values for API used to create AAF permissions
 # e.g. if ApiNamespace is X.Y..dmaapBC.api then for URI /topics we create an AAF perm X.Y..dmaapBC.api.topics