From: Ramesh Parthasarathy Date: Sat, 4 Apr 2020 17:38:46 +0000 (+0000) Subject: Corrected AAI endpoint & auth with SO APIH override.yaml X-Git-Tag: 6.0.0~184^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F16%2F105116%2F3;p=oom.git Corrected AAI endpoint & auth with SO APIH override.yaml SO APIH was missing aai endpoint & auth credentials. It has been corrected Issue-ID: SO-2788 Signed-off-by: Ramesh Parthasarathy(rp6768) Change-Id: I40ee3b495205cacca740da8668d7c9a38febc1a1 --- diff --git a/kubernetes/so/resources/config/overrides/override.yaml b/kubernetes/so/resources/config/overrides/override.yaml index c57ed023ef..6bd930d7b1 100755 --- a/kubernetes/so/resources/config/overrides/override.yaml +++ b/kubernetes/so/resources/config/overrides/override.yaml @@ -1,3 +1,6 @@ +aai: + endpoint: https://aai.{{ include "common.namespace" . }}:8443 + auth: {{ include "helpers.profileProperty" (dict "condition" .Values.global.security.aaf.enabled "value1" .Values.global.aaf.auth.encrypted "value2" .Values.mso.aai.auth )}} server: port: {{ index .Values.containerPort }} tomcat: