Corrected AAI endpoint & auth with SO APIH override.yaml 16/105116/3
authorRamesh Parthasarathy <ramesh.parthasarathy@att.com>
Sat, 4 Apr 2020 17:38:46 +0000 (17:38 +0000)
committerRamesh Parthasarathy <ramesh.parthasarathy@att.com>
Sat, 4 Apr 2020 19:03:06 +0000 (19:03 +0000)
SO APIH was missing aai endpoint & auth credentials.
It has been corrected

Issue-ID: SO-2788
Signed-off-by: Ramesh Parthasarathy(rp6768)<ramesh.parthasarathy@att.com>
Change-Id: I40ee3b495205cacca740da8668d7c9a38febc1a1

kubernetes/so/resources/config/overrides/override.yaml

index c57ed02..6bd930d 100755 (executable)
@@ -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: