aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwr148d <wr148d@att.com>2021-02-24 12:53:58 -0500
committerwr148d <wr148d@att.com>2021-03-05 13:09:25 -0500
commit4b5ca0c4ddbf90449c55205cf67393b4a2e7b3ff (patch)
tree1767afe7d30957b56ddcca7bb56cc846fdea1c83
parent12e6aba510f0ccb2ea21ea87ba77a08bc044cd0a (diff)
[AAI][SPARKY] Disable Portal Spring Profile
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
-rw-r--r--kubernetes/aai/components/aai-sparky-be/resources/config/application.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/aai/components/aai-sparky-be/resources/config/application.properties b/kubernetes/aai/components/aai-sparky-be/resources/config/application.properties
index 1ae00d95c4..a9bce0ef2a 100644
--- a/kubernetes/aai/components/aai-sparky-be/resources/config/application.properties
+++ b/kubernetes/aai/components/aai-sparky-be/resources/config/application.properties
@@ -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}}