Disable plain HTTP on production interface of HV-VES 57/104157/2
authorkjaniak <kornel.janiak@nokia.com>
Mon, 23 Mar 2020 13:58:07 +0000 (14:58 +0100)
committerkjaniak <kornel.janiak@nokia.com>
Mon, 23 Mar 2020 14:01:06 +0000 (15:01 +0100)
From security reasons disable of plain http.

Change-Id: I1374fc5f0b34f5b938c692e2bbcd2689f4efee88
Issue-ID: DCAEGEN2-2143
Signed-off-by: kjaniak <kornel.janiak@nokia.com>
kubernetes/dcaegen2/components/dcae-bootstrap/resources/inputs/k8s-hv_ves-inputs.yaml

index 5ece12c..a0cbbbd 100644 (file)
@@ -18,4 +18,5 @@
 {{ if .Values.componentImages.hv_ves }}
 tag_version: {{ include "common.repository" . }}/{{ .Values.componentImages.hv_ves }}
 {{ end }}
-use_tls: true
\ No newline at end of file
+use_tls: true
+security_ssl_disable: false
\ No newline at end of file