aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/so/components/so-vnfm-adapter/resources/config/overrides/override.yaml
diff options
context:
space:
mode:
authorMukeshKumar <mukeshsharma@est.tech>2020-10-29 16:35:45 +0000
committerMukesh <mukeshsharma@est.tech>2020-11-05 10:54:12 +0000
commit2ce12fe934db88f41e61a46c6a45bb8f16f2ac5f (patch)
tree056c4d9f5a2e8e7f1241606eef3b4b89259b02fe /kubernetes/so/components/so-vnfm-adapter/resources/config/overrides/override.yaml
parent3a2483fa7d23ad0a057808a0d42d4c7956ce8aa3 (diff)
[SO] SOL003 adapter,bpmn-infra, nfvo HTTPs to HTTP
Removing https communication as SO SOL003 Adapter has used its own keystore for communications with bpmn-infra and etsi-nfvo with hardcoded password.Common way of certicates will break existing communication so going for HTTP path due to time constraint . Will revisit security in Honululu as part of https://jira.onap.org/browse/SO-3350 epic. Change-Id: I521d9be9007f229919fb5d88f476a692faae10e1 Issue-ID: SO-3349 Signed-off-by: Mukesh <mukeshsharma@est.tech>
Diffstat (limited to 'kubernetes/so/components/so-vnfm-adapter/resources/config/overrides/override.yaml')
-rwxr-xr-xkubernetes/so/components/so-vnfm-adapter/resources/config/overrides/override.yaml12
1 files changed, 2 insertions, 10 deletions
diff --git a/kubernetes/so/components/so-vnfm-adapter/resources/config/overrides/override.yaml b/kubernetes/so/components/so-vnfm-adapter/resources/config/overrides/override.yaml
index 9d98803c8e..d780a76876 100755
--- a/kubernetes/so/components/so-vnfm-adapter/resources/config/overrides/override.yaml
+++ b/kubernetes/so/components/so-vnfm-adapter/resources/config/overrides/override.yaml
@@ -29,15 +29,7 @@ spring:
server:
port: {{ index .Values.containerPort }}
ssl:
- key-alias: so@so.onap.org
- key-store-password: ${KEYSTORE_PASSWORD}
- key-store: file:${KEYSTORE}
- key-store-type: PKCS12
-http:
- client:
- ssl:
- trust-store: file:${TRUSTSTORE}
- trust-store-password: ${TRUSTSTORE_PASSWORD}
+ enabled: false
mso:
key: {{ .Values.mso.key }}
site-name: localSite
@@ -52,7 +44,7 @@ sdc:
key: {{ .Values.sdc.key }}
endpoint: https://sdc-be.{{ include "common.namespace" . }}:8443
vnfmadapter:
- endpoint: https://so-vnfm-adapter.{{ include "common.namespace" . }}:9092
+ endpoint: http://so-vnfm-adapter.{{ include "common.namespace" . }}:9092
etsi-catalog-manager:
vnfpkgm:
{{- if .Values.global.msbEnabled }}