Merge "Adding trust-store and trust-store-password params"
authorKrzysztof Opasiak <k.opasiak@samsung.com>
Tue, 7 Apr 2020 22:06:39 +0000 (22:06 +0000)
committerGerrit Code Review <gerrit@onap.org>
Tue, 7 Apr 2020 22:06:39 +0000 (22:06 +0000)
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 }}
-