August 2020
Intermediate to advanced
616 pages
18h 7m
English
The first microservice that you built and secured in part 1 is a good way to get started. But in practice, or in a production deployment, the approach you follow in securing a microservice is bit different from what you did in part 1. This part of the book takes you through securing a microservice at the edge (or at the entry point) in a typical microservices deployment. In most cases, microservices are behind a set of APIs that is exposed to the outside world via an API gateway. An API gateway is the entry point to the microservices deployment, which screens all incoming messages for security.
Chapter 3 takes you through the consumer landscape of your microservices and teaches you how to deploy a Spring Boot microservice ...