aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorefiacor <fiachra.corcoran@est.tech>2022-12-07 10:56:27 +0000
committerefiacor <fiachra.corcoran@est.tech>2022-12-07 15:59:59 +0000
commitbda6aeaa60607ab4fe5af508156019d7bd5c0ce4 (patch)
tree24bae3847c1139ba9aed95ce286277202aae9a93 /docs
parentb37d32a39c7096e39fc389f15d150e8c2b8c54c2 (diff)
[DMAAP-DR] Remove AAF/TLS phase 1
Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: Ifeae01dd8e7f0a737d8b74594a8061ae3d4ea647 Issue-ID: DMAAP-1642
Diffstat (limited to 'docs')
-rw-r--r--docs/configuration.rst10
1 files changed, 0 insertions, 10 deletions
diff --git a/docs/configuration.rst b/docs/configuration.rst
index b55d0730..3cecc0df 100644
--- a/docs/configuration.rst
+++ b/docs/configuration.rst
@@ -17,13 +17,6 @@ For DR Provisioning server config, edit the following props in the provserver.pr
org.onap.dmaap.datarouter.provserver.tlsenabled = false
-and ensure aaf cadi is disabled also
-
-.. code-block:: bash
-
- org.onap.dmaap.datarouter.provserver.cadi.enabled = false
-
-
For DR Node server config, edit the following props in the node.properties file to target http.
.. code-block:: bash
@@ -35,8 +28,5 @@ For DR Node server config, edit the following props in the node.properties file
LogUploadURL = http://dmaap-dr-prov:8080/internal/logs
...
#
- # AAF CADI enabled flag
- CadiEnabled = false
- #
# Enable to run over http or https (default true|https)
TlsEnabled = false