diff options
author | st782s <statta@research.att.com> | 2018-01-30 17:29:36 -0500 |
---|---|---|
committer | st782s <statta@research.att.com> | 2018-02-01 15:10:02 -0500 |
commit | 21a8761f684745bb300e075c7e98ad897ace9eed (patch) | |
tree | 6d585c3fe39fbb42a314941dbc8646e6ccf188cf /ecomp-portal-FE-os/client/configurations | |
parent | 3af8af1310d5a27cb58be29505573f0bbdc1717c (diff) |
Security/ Package Name changes
Issue-ID: PORTAL-174, PORTAL-157, PORTAL-156, PORTAL-148, PORTAL-145,
PORTAL-140, PORTAL-133, PORTAL-121, PORTAL-111, PORTAL-88
Includes security fixes, Role Centralization, replace certain ECOMP
occurrences etc
Change-Id: I3c8b706709c6b92e646e3cbe50c2d660e8a46ef4
Signed-off-by: st782s <statta@research.att.com>
Diffstat (limited to 'ecomp-portal-FE-os/client/configurations')
-rw-r--r-- | ecomp-portal-FE-os/client/configurations/dev.json | 17 | ||||
-rw-r--r-- | ecomp-portal-FE-os/client/configurations/integ.json | 17 |
2 files changed, 22 insertions, 12 deletions
diff --git a/ecomp-portal-FE-os/client/configurations/dev.json b/ecomp-portal-FE-os/client/configurations/dev.json index c9bcade6..3b959f1c 100644 --- a/ecomp-portal-FE-os/client/configurations/dev.json +++ b/ecomp-portal-FE-os/client/configurations/dev.json @@ -1,5 +1,9 @@ { "api": { + "singleAppInfo":"http://localhost:8080/ecompportal/portalApi/singleAppInfo", + "singleAppInfoById":"http://localhost:8080/ecompportal/portalApi/singleAppInfoById", + "syncRolesFromExternalAuthSystem":"http://localhost:8080/ecompportal/portalApi/syncRoles", + "syncFunctionsFromExternalAuthSystem":"http://localhost:8080/ecompportal/portalApi/syncFunctions", "userApps": "http://localhost:8080/ecompportal/portalApi/userApps", "persUserApps": "http://localhost:8080/ecompportal/portalApi/persUserApps", "appCatalog": "http://localhost:8080/ecompportal/portalApi/appCatalog", @@ -59,17 +63,17 @@ "saveNotification": "http://localhost:8080/ecompportal/portalApi/saveNotification", "getNotificationRoles":"http://localhost:8080/ecompportal/portalApi/notificationRole", "getRole": "http://localhost:8080/ecompportal/portalApi/get_role", - "getRoles": "http://localhost:8080/ecompportal/portalApi/get_roles", + "getRoles": "http://localhost:8080/ecompportal/portalApi/get_roles/:appId", "toggleRole": "http://localhost:8080/ecompportal/portalApi/role_list/toggleRole", "removeRole": "http://localhost:8080/ecompportal/portalApi/role_list/removeRole", - "saveRole": "http://localhost:8080/ecompportal/portalApi/role/saveRole.htm", + "saveRole": "http://localhost:8080/ecompportal/portalApi/role/saveRole/:appId", "toggleRoleRoleFunction": "http://localhost:8080/ecompportal/portalApi/role/removeRoleFunction.htm", "addRoleRoleFunction": "http://localhost:8080/ecompportal/portalApi/role/addRoleFunction.htm", "toggleRoleChildRole": "http://localhost:8080/ecompportal/portalApi/role/removeChildRole.htm", "addRoleChildRole": "http://localhost:8080/ecompportal/portalApi/role/addChildRole.htm", - "getRoleFunctions": "http://localhost:8080/ecompportal/portalApi/get_role_functions", - "saveRoleFunction": "http://localhost:8080/ecompportal/portalApi/role_function_list/saveRoleFunction.htm", - "removeRoleFunction": "http://localhost:8080/ecompportal/portalApi/role_function_list/removeRoleFunction.htm", + "getRoleFunctions": "http://localhost:8080/ecompportal/portalApi/get_role_functions/:appId", + "saveRoleFunction": "http://localhost:8080/ecompportal/portalApi/role_function_list/saveRoleFunction/:appId", + "removeRoleFunction": "http://localhost:8080/ecompportal/portalApi/role_function_list/removeRoleFunction/:appId", "userAppsOrderBySortPref": "http://localhost:8080/ecompportal/portalApi/userAppsOrderBySortPref", "userAppsOrderByName": "http://localhost:8080/ecompportal/portalApi/userAppsOrderByName", "saveUserAppsSortingPreference": "http://localhost:8080/ecompportal/portalApi/saveUserAppsSortingPreference", @@ -92,7 +96,8 @@ "userApplicationRoles":"http://localhost:8080/ecompportal/portalApi/userApplicationRoles", "ecompTitle":"http://localhost:8080/ecompportal/portalApi/ecompTitle", "loggedinUser" : "http://localhost:8080/ecompportal/portalApi/loggedinUser", - "modifyLoggedinUser" : "http://localhost:8080/ecompportal/portalApi/modifyLoggedinUser" + "modifyLoggedinUser" : "http://localhost:8080/ecompportal/portalApi/modifyLoggedinUser", + "centralizedApps": "http:/localhost:8080/ecompportal/portalApi/centralizedApps" }, "cookieDomain": "onap.org" } diff --git a/ecomp-portal-FE-os/client/configurations/integ.json b/ecomp-portal-FE-os/client/configurations/integ.json index c3791a5c..46fd7725 100644 --- a/ecomp-portal-FE-os/client/configurations/integ.json +++ b/ecomp-portal-FE-os/client/configurations/integ.json @@ -1,5 +1,9 @@ { "api": { + "singleAppInfo":"portalApi/singleAppInfo", + "singleAppInfoById":"portalApi/singleAppInfoById", + "syncRolesFromExternalAuthSystem":"portalApi/syncRoles", + "syncFunctionsFromExternalAuthSystem":"portalApi/syncFunctions", "userApps": "portalApi/userApps", "persUserApps": "portalApi/persUserApps", "appCatalog": "portalApi/appCatalog", @@ -59,17 +63,17 @@ "saveNotification": "portalApi/saveNotification", "getNotificationRoles":"portalApi/notificationRole", "getRole": "portalApi/get_role", - "getRoles": "portalApi/get_roles", + "getRoles": "portalApi/get_roles/:appId", "toggleRole": "portalApi/role_list/toggleRole", "removeRole": "portalApi/role_list/removeRole", - "saveRole": "portalApi/role/saveRole.htm", + "saveRole": "portalApi/role/saveRole/:appId", "toggleRoleRoleFunction": "portalApi/role/removeRoleFunction.htm", "addRoleRoleFunction": "portalApi/role/addRoleFunction.htm", "toggleRoleChildRole": "portalApi/role/removeChildRole.htm", "addRoleChildRole": "portalApi/role/addChildRole.htm", - "getRoleFunctions": "portalApi/get_role_functions", - "saveRoleFunction": "portalApi/role_function_list/saveRoleFunction.htm", - "removeRoleFunction": "portalApi/role_function_list/removeRoleFunction.htm", + "getRoleFunctions": "portalApi/get_role_functions/:appId", + "saveRoleFunction": "portalApi/role_function_list/saveRoleFunction/:appId", + "removeRoleFunction": "portalApi/role_function_list/removeRoleFunction/:appId", "userAppsOrderBySortPref": "portalApi/userAppsOrderBySortPref", "userAppsOrderByName": "portalApi/userAppsOrderByName", "saveUserAppsSortingPreference": "portalApi/saveUserAppsSortingPreference", @@ -92,7 +96,8 @@ "userApplicationRoles":"portalApi/userApplicationRoles", "ecompTitle":"portalApi/ecompTitle", "loggedinUser" : "portalApi/loggedinUser", - "modifyLoggedinUser" : "portalApi/modifyLoggedinUser" + "modifyLoggedinUser" : "portalApi/modifyLoggedinUser", + "centralizedApps": "portalApi/centralizedApps" }, "cookieDomain": "onap.org" } |