From: kjaniak Date: Mon, 23 Mar 2020 12:17:37 +0000 (+0100) Subject: Disable plain http protocol on production interface X-Git-Tag: 1.12.3~3 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=8da33538a1fe3884b0f5b87229e87f0e36ebfd44;p=dcaegen2%2Fplatform%2Fblueprints.git Disable plain http protocol on production interface Change-Id: Id49e0755fb44013b1f83ab357f503ced9d0f320f Issue-ID: DCAEGEN2-2143 Signed-off-by: kjaniak --- diff --git a/blueprints/k8s-hv-ves.yaml b/blueprints/k8s-hv-ves.yaml index a776159..97b9d58 100644 --- a/blueprints/k8s-hv-ves.yaml +++ b/blueprints/k8s-hv-ves.yaml @@ -65,7 +65,7 @@ inputs: default: 5 security_ssl_disable: type: boolean - default: true + default: false security_keys_key_store_file: type: string default: '/etc/ves-hv/ssl/cert.jks'