diff options
author | kjaniak <kornel.janiak@nokia.com> | 2020-03-23 14:58:07 +0100 |
---|---|---|
committer | kjaniak <kornel.janiak@nokia.com> | 2020-03-23 15:01:06 +0100 |
commit | 7f8f95895fa0395dbb53c685f0e1248751e85aab (patch) | |
tree | a72627db5e35c124feffd481cc7da1f357c95cf3 | |
parent | a70305b3c2da1056231d4ade9e9f00e0caf5eb20 (diff) |
Disable plain HTTP on production interface of HV-VES
From security reasons disable of plain http.
Change-Id: I1374fc5f0b34f5b938c692e2bbcd2689f4efee88
Issue-ID: DCAEGEN2-2143
Signed-off-by: kjaniak <kornel.janiak@nokia.com>
-rw-r--r-- | kubernetes/dcaegen2/components/dcae-bootstrap/resources/inputs/k8s-hv_ves-inputs.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kubernetes/dcaegen2/components/dcae-bootstrap/resources/inputs/k8s-hv_ves-inputs.yaml b/kubernetes/dcaegen2/components/dcae-bootstrap/resources/inputs/k8s-hv_ves-inputs.yaml index 5ece12c46b..a0cbbbdba2 100644 --- a/kubernetes/dcaegen2/components/dcae-bootstrap/resources/inputs/k8s-hv_ves-inputs.yaml +++ b/kubernetes/dcaegen2/components/dcae-bootstrap/resources/inputs/k8s-hv_ves-inputs.yaml @@ -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 |