5G-ERA / middleware

Middleware for orchestration and lifecycle management of the could-native robotic applications
Apache License 2.0
8 stars 3 forks source link

Each Cloud, Edge and Robot will need to have its own API Key #190

Open Artonus opened 1 year ago

Artonus commented 1 year ago

The communication between Robot, Cloud, Edge and CentralApi needs to be secured. For this, the most optimal will be the API key-based authentication. Instead of providing the credentials of username, password and then passing the API key with the request header.

The Api key will be validated in the Central Api to authenticate or reject the request.

The API key generation service will be required to automatically generate the API key when the new entity is added (Robot, Cloud or Edge).