[AAI][SPARKY] Disable Portal Spring Profile 71/118771/2
authorwr148d <wr148d@att.com>
Wed, 24 Feb 2021 17:53:58 +0000 (12:53 -0500)
committerwr148d <wr148d@att.com>
Fri, 5 Mar 2021 18:09:25 +0000 (13:09 -0500)
In order for the aai ui to work properly in honolulu
the portal profile is being turned off. Portal
does not have the support needed and the future of
the component in ONAP is uncertain. The AAI UI will
still work in the portal with the profile turned off.
It will just not use its authentication integration
due to numerous issues dating back to Frankfurt.

Issue-ID: AAI-2905
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I7e120a16ced18b174c20bd9098883cd0e0e5d717

kubernetes/aai/components/aai-sparky-be/resources/config/application.properties

index 1ae00d9..a9bce0e 100644 (file)
@@ -24,7 +24,7 @@ spring.mvc.favicon.enabled=false
 # and in the values.yaml change the internalPort to 9517
 #
 
-spring.profiles.active=camel,ssl,fe-prod,oxm-schema-prod,oxm-default,resources,portal,aai-proxy
+spring.profiles.active=camel,ssl,fe-prod,oxm-schema-prod,oxm-default,resources,aai-proxy
 
 portal.cadiFileLocation={{.Values.config.cadiFileLocation}}
 portal.cadiFileLocation={{.Values.config.cadiFileLocation}}