From 00d41e9d00074f64622c736dfb9d006ae652dcd1 Mon Sep 17 00:00:00 2001 From: efiacor Date: Tue, 23 Jun 2020 10:35:13 +0100 Subject: [PMSH] Add enable_tls input to config spec Signed-off-by: efiacor Change-Id: Ic7d797673bad5d7b869be1626316d16245b8d1bc Issue-ID: DCAEGEN2-2146 --- docs/sections/services/pm-subscription-handler/configuration.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/sections/services/pm-subscription-handler/configuration.rst b/docs/sections/services/pm-subscription-handler/configuration.rst index 8f02af0e..83d9cfd8 100644 --- a/docs/sections/services/pm-subscription-handler/configuration.rst +++ b/docs/sections/services/pm-subscription-handler/configuration.rst @@ -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: -- cgit 1.2.3-korg