From 85aa1f545fba723ad13b5b484be0a7f28ef554e9 Mon Sep 17 00:00:00 2001 From: wreehil Date: Tue, 25 Aug 2020 16:47:15 -0400 Subject: [PATCH] Updating the portal properties uebkey to remove the space in hopes this will fix 2905 Issue-ID: AAI-2905 Signed-off-by: wreehil Change-Id: I6155787d24e6704a7f5b8b919a30dcc4f3624912 --- .../resources/config/portal/BOOT-INF/classes/portal.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/aai-sparky-be/resources/config/portal/BOOT-INF/classes/portal.properties b/components/aai-sparky-be/resources/config/portal/BOOT-INF/classes/portal.properties index 3be49e3..e18585d 100644 --- a/components/aai-sparky-be/resources/config/portal/BOOT-INF/classes/portal.properties +++ b/components/aai-sparky-be/resources/config/portal/BOOT-INF/classes/portal.properties @@ -35,7 +35,7 @@ csp_gate_keeper_prod_key = PROD # Toggles use of UEB ueb_listeners_enable = false # IDs application withing UEB flow -ueb_app_key = ueb_key_7 +ueb_app_key=ueb_key_7 # Use this tag if the app is centralized role_access_centralized=remote -- 2.16.6