[AAI] AAI-EVENT publishing fix for https 99/117299/2
authorHarish Venkata Kajur <vk250x@att.com>
Mon, 1 Feb 2021 13:59:46 +0000 (08:59 -0500)
committerHarish Venkata Kajur <vk250x@att.com>
Mon, 1 Feb 2021 20:06:59 +0000 (15:06 -0500)
Updating the resources microservice to
trust the onap certificates to fix the
issue where the A&AI is unable to publish
to AAI-EVENT topic because A&AI is not trusting
the message router certificate

Issue-ID: AAI-3219
Change-Id: I33d52a1f4593154ce123e7c67aee6dcdeedaf889
Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
kubernetes/aai/components/aai-resources/templates/deployment.yaml

index 84d3df3..09e9607 100644 (file)
@@ -1234,6 +1234,8 @@ spec:
           value: {{ .Values.global.config.userId | quote }}
         - name: LOCAL_GROUP_ID
           value: {{ .Values.global.config.groupId | quote }}
+        - name: POST_JAVA_OPTS
+          value: '-Djavax.net.ssl.trustStore=/opt/app/aai-resources/resources/aaf/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit'
         volumeMounts:
         - mountPath: /etc/localtime
           name: localtime