From 38ccb471732faaad6a25defee0753c1c5ac60cf0 Mon Sep 17 00:00:00 2001 From: efiacor Date: Wed, 5 Aug 2020 10:12:04 +0100 Subject: Refactor and bug fixes Signed-off-by: efiacor Change-Id: I8fe91bfdd2f1a2c8a6ca914e52d82dce04bffc0e Issue-ID: DCAEGEN2-2146 --- .../dpo/spec/pmsh-component-spec.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'components/pm-subscription-handler/dpo/spec/pmsh-component-spec.json') diff --git a/components/pm-subscription-handler/dpo/spec/pmsh-component-spec.json b/components/pm-subscription-handler/dpo/spec/pmsh-component-spec.json index 43028857..69513bce 100755 --- a/components/pm-subscription-handler/dpo/spec/pmsh-component-spec.json +++ b/components/pm-subscription-handler/dpo/spec/pmsh-component-spec.json @@ -99,6 +99,24 @@ "policy_editable": false, "designer_editable": false }, + { + "name": "enable_tls", + "value": true, + "description": "Boolean to (en|dis)able TLS", + "sourced_at_deployment": false, + "policy_editable": false, + "designer_editable": true, + "type": "boolean" + }, + { + "name": "protocol", + "value": "https", + "type": "string", + "description": "Protocol PMSH api will use. If enable_tls is disabled, set protocol to http", + "sourced_at_deployment": false, + "policy_editable": false, + "designer_editable": true + }, { "name": "policy_model_id", "value": "onap.policies.monitoring.dcae-pm-initiation-handler", -- cgit 1.2.3-korg