[PMSH] Add enable_tls input to config spec 47/109447/3
authorefiacor <fiachra.corcoran@est.tech>
Tue, 23 Jun 2020 09:35:13 +0000 (10:35 +0100)
committerefiacor <fiachra.corcoran@est.tech>
Mon, 6 Jul 2020 07:54:28 +0000 (08:54 +0100)
Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Change-Id: Ic7d797673bad5d7b869be1626316d16245b8d1bc
Issue-ID: DCAEGEN2-2146

docs/sections/services/pm-subscription-handler/configuration.rst

index 8f02af0..83d9cfd 100644 (file)
@@ -47,6 +47,10 @@ specified in the dashboard deployment GUI.
 +-----------------------------+----------------------------------------------------------------------------------------+---------+----------+-------------------------------------------------------------------------------------+
 | pgaas_cluster_name          | Cluster name for Postgres As A Service.                                                | string  | True     | dcae-pg-primary.onap                                                                |
 +-----------------------------+----------------------------------------------------------------------------------------+---------+----------+-------------------------------------------------------------------------------------+
+| enable_tls                  | Boolean flag to toggle HTTPS cert auth support.                                        | boolean | True     | true                                                                                |
++-----------------------------+----------------------------------------------------------------------------------------+---------+----------+-------------------------------------------------------------------------------------+
+| protocol                    | HTTP protocol for PMSH. If 'enable_tls' is false, protocol must be set to http.        | string  | True     | https                                                                               |
++-----------------------------+----------------------------------------------------------------------------------------+---------+----------+-------------------------------------------------------------------------------------+
 
 .. _Subscription: