Actions
Improvement #8358
openCarbon Device Management - React App API Management
Status:
New
Priority:
None
Assignee:
-
Category:
-
Start date:
26/03/2020
Due date:
% Done:
0%
Estimated time:
0:00 h
Device Type:
Component:
Type:
Description
From Gitlab
------------------------
gitlabId --> 359 https://gitlab.com/entgra/product-iots/-/issues/359
labels --> Type: Improvement,
assignees -->
created_at --> 2020-03-26 08:56:15 IST +0530
updated_at --> 2020-07-16 11:54:29 IST +0530
------------------------
- Description
Currently their is no API management implemented for the react app. Due to this, the API calls are directly exposed to the front end and there are some CORS issues as well.
- Affected Product Version
Carbon Device Management React App
- Suggestions
1. Can create an API gateway for all APIs called from front end to a common port and then calling the relevant APIs from the gateway. So that the ports and domains are not exposed to the front end directly.
2. Can create IAM user groups for API authentication and allow permission based access.
Actions