Skip to content

Commit 8e15b38

Browse files
committed
ENG-0000 - BI API Locations for Single-Spa
Updated the location dictionary to use single-spa locations (that do not exist at the time of this writing).
1 parent adf40d6 commit 8e15b38

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@al/core",
3-
"version": "1.4.1",
3+
"version": "1.4.2",
44
"description": "Node Enterprise Packages for Alert Logic (NEPAL) Core Library",
55
"main": "./dist/index.cjs.js",
66
"types": "./dist/index.d.ts",

src/navigation/location-dictionary.ts

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,10 +237,20 @@ export const AlLocationDictionary: AlLocationDescriptor[] =
237237
environment: 'production|production-staging|embedded-production',
238238
residency: 'EMEA'
239239
},
240+
{
241+
locTypeId: AlLocation.InsightBI,
242+
uri: 'https://bi.xdr.platform.fortra.com',
243+
environment: 'embedded-production',
244+
},
240245
{
241246
locTypeId: AlLocation.InsightBI,
242247
uri: 'https://bi.product.dev.alertlogic.com',
243-
environment: 'integration|development|embedded-integration|embedded-development'
248+
environment: 'integration|development'
249+
},
250+
{
251+
locTypeId: AlLocation.InsightBI,
252+
uri: `https://bi.xdr.foundation-stage.cloudops.fortradev.com`,
253+
environment: `embedded-development|embedded-integration`
244254
},
245255

246256
/**

0 commit comments

Comments
 (0)