Add authentication to all microservices #3
Labels
Dataedge
Issue is related to Dataedge microservice
Filedatabase
Issue is related to Filedatabase microservice
invalid
This doesn't seem right
Key
Issue is related to Key microservice
RES
Issue is related to RES microservice
Description
All micro services should require proper authentication even if they are not exposed to outside.
Proposed solution
There is at least two different options:
We can validate the access token that user passes to the frontend service (Dataedge or Zuul) and for example verify the token signature.
We can implement new authentication mechanism that is used internally in Data API.
Definition of Done
The feature is implemented, tested, reviewed and merged.
The text was updated successfully, but these errors were encountered: