aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRamesh Parthasarathy <ramesh.parthasarathy@att.com>2020-04-04 17:38:46 +0000
committerRamesh Parthasarathy <ramesh.parthasarathy@att.com>2020-04-04 19:03:06 +0000
commita1ef7e1d3d94de2ee85af47a42e9152d0906e779 (patch)
tree4256efc9fd2232b1abd6be3434dfd1ccef348b39
parentbd49e72ac488734ea69861e55520a231d6628122 (diff)
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)<ramesh.parthasarathy@att.com> Change-Id: I40ee3b495205cacca740da8668d7c9a38febc1a1
-rwxr-xr-xkubernetes/so/resources/config/overrides/override.yaml3
1 files changed, 3 insertions, 0 deletions
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: