summaryrefslogtreecommitdiffstats
path: root/docs/sections/services/pm-mapper/configuration.rst
diff options
context:
space:
mode:
authorHansen, Tony (th1395) <th1395@att.com>2023-05-23 21:27:17 +0000
committerHansen, Tony (th1395) <th1395@att.com>2023-05-31 21:01:29 +0000
commit663df2c1b8d9176094a62b00b7e80de096180621 (patch)
tree849841dc428fcfba07d9c39494f95ccd1f25da8a /docs/sections/services/pm-mapper/configuration.rst
parentbcd436a1be4fbe2c8ad7ce074d86b94b8ff44f4e (diff)
clean up some sphinx warnings
Change-Id: I8c2d925e8b27b4740227af0be3ab5d6f7153ec38 Signed-off-by: Hansen, Tony (th1395) <th1395@att.com> Issue-ID: DCAEGEN2-3399 Signed-off-by: Hansen, Tony (th1395) <th1395@att.com> Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Signed-off-by: Hansen, Tony (th1395) <th1395@att.com>
Diffstat (limited to 'docs/sections/services/pm-mapper/configuration.rst')
-rw-r--r--docs/sections/services/pm-mapper/configuration.rst20
1 files changed, 10 insertions, 10 deletions
diff --git a/docs/sections/services/pm-mapper/configuration.rst b/docs/sections/services/pm-mapper/configuration.rst
index 2fd89a70..fbac01c7 100644
--- a/docs/sections/services/pm-mapper/configuration.rst
+++ b/docs/sections/services/pm-mapper/configuration.rst
@@ -25,7 +25,7 @@ Disable TLS
Pm-mapper by default uses communication over TLS, but it is also possible to use plain http request. To disable TLS, set configuration flag 'enable_http' to true, and set the certificate paths to empty strings or remove them from the configuration. See the config.yaml examples below.
.. code-block:: yaml
-
+
applicationConfig:
enable_http: true
key_store_path: ""
@@ -35,16 +35,16 @@ Pm-mapper by default uses communication over TLS, but it is also possible to use
-Or
+Or
.. code-block:: yaml
applicationConfig:
enable_http: true
- #key_store_path:
- #key_store_pass_path:
- #trust_store_path:
- #trust_store_pass_path:
+ #key_store_path:
+ #key_store_pass_path:
+ #trust_store_path:
+ #trust_store_pass_path:
Unauthenticated topic
@@ -52,7 +52,7 @@ Unauthenticated topic
To use unauthenticated topics :ref:`disable TLS <pm_mapper_disable_tls>`, and edit AAF credentials in configuration, it should be removed or set to empty string. See the examples below.
.. code-block:: yaml
-
+
applicationConfig:
aaf_identity: ""
aaf_password: ""
@@ -61,10 +61,10 @@ To use unauthenticated topics :ref:`disable TLS <pm_mapper_disable_tls>`, and ed
Or
.. code-block:: yaml
-
+
applicationConfig:
- #aaf_identity:
- #aaf_password:
+ #aaf_identity:
+ #aaf_password: