HGustavs / LenaSYS

Code Viewer and Course Organization System used in some courses at University of Skövde
70 stars 31 forks source link

Multi-tiered microservices #16540

Open HGustavs opened 2 months ago

HGustavs commented 2 months ago

One key aspect when microservices are calling other microservices is the hand-over of authentication. It is key that we test that authentication is carried over, and that we test that any newly created secondary level microservice can not be called directly on the web server without proper authentication.

This must be tested for each new service as part of the pull request testing. Preferrably with a separate comment confirming that this kind of testing has been performed.

HGustavs commented 2 months ago

The artefact for this issue should be more of a protocol for testing secondary level micro services.