diff options
author | efiacor <fiachra.corcoran@est.tech> | 2020-06-23 10:35:13 +0100 |
---|---|---|
committer | efiacor <fiachra.corcoran@est.tech> | 2020-07-06 08:54:28 +0100 |
commit | 00d41e9d00074f64622c736dfb9d006ae652dcd1 (patch) | |
tree | 84f1d2d5ff76340893a676063bd70b856b89483f | |
parent | 092ff0126254eb3217ae530c9d2efed4c17f675c (diff) |
[PMSH] Add enable_tls input to config spec
Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Change-Id: Ic7d797673bad5d7b869be1626316d16245b8d1bc
Issue-ID: DCAEGEN2-2146
-rw-r--r-- | docs/sections/services/pm-subscription-handler/configuration.rst | 4 |
1 files changed, 4 insertions, 0 deletions
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: |