Computer Science, asked by TbiaSamishta, 10 months ago

In Microservices, the API Gateway takes care of the security aspect by rendering

Answers

Answered by ps9174656
0

Explanation:

In Microservices, the API gateway takes care of the security aspect by rendering access token jobs. Each and every API request is verified at the gateway layer. The application client of the end user first presents credentials and then accepts an access token from the authentication server

Answered by Arslankincsem
17

Answer:

Answer- Protocol Translation, composition, and routing.  In fact, it is advisable for all microservices to enable API gateway. As the API gateway acts as a single point entry path or gateway, it translates various web-based protocols and thus acts as a very effective security tool. An API is basically a contract designed especially to guide the consumer effectively in using underlying services.

Similar questions