From cde669526515794ee358d734fa4894259c680890 Mon Sep 17 00:00:00 2001 From: Alexis de Talhouët Date: Thu, 20 Sep 2018 13:24:25 -0400 Subject: Do not use https do communicate with sdnc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I445756c2cb3660e5eab2694a64e8aadd93517edd Issue-ID: OOM-1435 Signed-off-by: Alexis de Talhouët --- .../so/charts/so-bpmn-infra/resources/config/overrides/override.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kubernetes/so/charts/so-bpmn-infra/resources/config/overrides/override.yaml b/kubernetes/so/charts/so-bpmn-infra/resources/config/overrides/override.yaml index 567a239833..5d9e3251d9 100755 --- a/kubernetes/so/charts/so-bpmn-infra/resources/config/overrides/override.yaml +++ b/kubernetes/so/charts/so-bpmn-infra/resources/config/overrides/override.yaml @@ -211,8 +211,8 @@ policy: endpoint: http://pdp.{{ include "common.namespace" . }}:8081/pdp/api/ environment: TEST sdnc: - auth: Basic YWRtaW46YWRtaW4= - host: https://sdnc.{{ include "common.namespace" . }}:8443 + auth: Basic YWRtaW46S3A4Yko0U1hzek0wV1hsaGFrM2VIbGNzZTJnQXc4NHZhb0dHbUp2VXkyVQ== + host: http://sdnc.{{ include "common.namespace" . }}:8282 path: /restconf/operations/GENERIC-RESOURCE-API appc: client: -- cgit 1.2.3-korg