[AAI] Make AAI Sparky BE ServiceMesh ready
[oom.git] / kubernetes / aai / components / aai-sparky-be / resources / config / application / application-resources.properties
index 2143bf8..7c82d1f 100644 (file)
@@ -15,6 +15,7 @@
 */}}
 
 resources.hostname=aai
+{{ if ( include "common.needTLS" .) }}
 resources.port=8443
 resources.authType=SSL_BASIC
 resources.basicAuthUserName=aai@aai.onap.org
@@ -22,4 +23,8 @@ resources.basicAuthPassword=1fia1ju61l871lfe18xp18xr18xt1lc41l531jrk1fek
 resources.trust-store={{ .Values.certInitializer.credsPath }}/{{ .Values.certInitializer.fqi_namespace }}.trust.jks
 resources.trust-store-password=${TRUSTSTORE_PASSWORD}
 resources.client-cert={{ .Values.certInitializer.credsPath }}/{{ .Values.certInitializer.fqi_namespace }}.p12
-resources.client-cert-password=${KEYSTORE_PASSWORD}
\ No newline at end of file
+resources.client-cert-password=${KEYSTORE_PASSWORD}
+{{ else }}
+resources.port=80
+resources.authType=HTTP_NOAUTH
+{{ end }}