August 2020
Intermediate to advanced
616 pages
18h 7m
English
This chapter covers
In chapter 6, we discussed securing service-to-service communications in a microservices deployment with mTLS. mTLS is, in fact, the most popular option for authenticating one microservice to another. JSON Web Token (JWT), which provides a way to carry a set of claims or attributes from one party to another in a cryptographically secure way, also plays a key role in securing service-to-service communications in a microservices deployment.
You can use JWT to carry the identity of the calling microservice, or the identity of the end user ...
Read now
Unlock full access