Adding trust-store and trust-store-password params 44/105244/1
authorwaqas.ikram <waqas.ikram@est.tech>
Tue, 7 Apr 2020 11:46:40 +0000 (12:46 +0100)
committerwaqas.ikram <waqas.ikram@est.tech>
Tue, 7 Apr 2020 11:46:43 +0000 (12:46 +0100)
for MSB

Change-Id: I4a23fccbc50453969f1c1d0665933f88ea4971ff
Issue-ID: SO-2574
Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
kubernetes/so/charts/so-vnfm-adapter/resources/config/overrides/override.yaml

index ebfbc44..10846cf 100755 (executable)
@@ -54,8 +54,12 @@ vnfmadapter:
 etsi-catalog-manager:
   vnfpkgm:
   {{- if .Values.global.msbEnabled }}
-    endpoint: http://msb-iag.{{ include "common.namespace" . }}:80/api/vnfpkgm/v1
+    endpoint: https://msb-iag.{{ include "common.namespace" . }}:443/api/vnfpkgm/v1
+    http:
+      client:
+        ssl:
+          trust-store: ${TRUSTSTORE}
+          trust-store-password: ${TRUSTSTORE_PASSWORD}
   {{- else }}
     endpoint: http://modeling-etsicatalog.{{ include "common.namespace" . }}:8806/api/vnfpkgm/v1
   {{- end }}
-