diff options
author | MukeshKumar <mukeshsharma@est.tech> | 2020-10-29 16:35:45 +0000 |
---|---|---|
committer | Mukesh <mukeshsharma@est.tech> | 2020-11-05 10:54:12 +0000 |
commit | 2ce12fe934db88f41e61a46c6a45bb8f16f2ac5f (patch) | |
tree | 056c4d9f5a2e8e7f1241606eef3b4b89259b02fe /kubernetes/so/components/so-etsi-nfvo-ns-lcm/resources/config | |
parent | 3a2483fa7d23ad0a057808a0d42d4c7956ce8aa3 (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-etsi-nfvo-ns-lcm/resources/config')
-rw-r--r-- | kubernetes/so/components/so-etsi-nfvo-ns-lcm/resources/config/overrides/override.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/so/components/so-etsi-nfvo-ns-lcm/resources/config/overrides/override.yaml b/kubernetes/so/components/so-etsi-nfvo-ns-lcm/resources/config/overrides/override.yaml index 7b85b445a2..20a4284c67 100644 --- a/kubernetes/so/components/so-etsi-nfvo-ns-lcm/resources/config/overrides/override.yaml +++ b/kubernetes/so/components/so-etsi-nfvo-ns-lcm/resources/config/overrides/override.yaml @@ -49,7 +49,7 @@ mso: so: adapters: sol003-adapter: - url: https://so-vnfm-adapter.{{ include "common.namespace" . }}:9092/so/vnfm-adapter/v1 + url: http://so-vnfm-adapter.{{ include "common.namespace" . }}:9092/so/vnfm-adapter/v1 auth: {{ .Values.so.sol003.adapter.auth }} etsi-catalog-manager: base: |