diff options
author | wreehil <wr148d@att.com> | 2020-08-25 16:47:15 -0400 |
---|---|---|
committer | wreehil <wr148d@att.com> | 2020-08-25 16:47:15 -0400 |
commit | 85aa1f545fba723ad13b5b484be0a7f28ef554e9 (patch) | |
tree | 1dc5589074876c948c133054c75b8a2a271cb9dd /components/aai-sparky-be | |
parent | 5071da297b9e7f58c796bad7d4ae1e3415a039c4 (diff) |
Updating the portal properties uebkey to remove the space in hopes this will fix 2905
Issue-ID: AAI-2905
Signed-off-by: wreehil <wr148d@att.com>
Change-Id: I6155787d24e6704a7f5b8b919a30dcc4f3624912
Diffstat (limited to 'components/aai-sparky-be')
-rw-r--r-- | components/aai-sparky-be/resources/config/portal/BOOT-INF/classes/portal.properties | 2 |
1 files changed, 1 insertions, 1 deletions
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 |