Question: What is the role of a API Gateway in handling security in microservices?Answer: API Gateways can enforce security measures such as authentication, authorization, and encryption for incoming requests before they reach the microservices.Example:
|
Is it helpful?
Yes
No
Most helpful rated by users:
- What is the role of an API versioning strategy in microservices?
- Explain the term \'Circuit Breaker\' in microservices.