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.
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.