diff options
author | Alexis de Talhouët <adetalhouet89@gmail.com> | 2018-09-20 13:24:25 -0400 |
---|---|---|
committer | Alexis de Talhouët <alexis.de_talhouet@bell.ca> | 2018-09-20 17:25:14 +0000 |
commit | cde669526515794ee358d734fa4894259c680890 (patch) | |
tree | aba80761463fd92be908ef630ff9260871cc0b22 | |
parent | 53aab54ec909b6aeea9f6d2b62d736f0e8c8e171 (diff) |
Do not use https do communicate with sdnc
Change-Id: I445756c2cb3660e5eab2694a64e8aadd93517edd
Issue-ID: OOM-1435
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
-rwxr-xr-x | kubernetes/so/charts/so-bpmn-infra/resources/config/overrides/override.yaml | 4 |
1 files 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: |