DEV Community

Discussion on: API Management vs API Gateway and where does API Analytics and Monitoring fit?

Collapse
 
exadra37 profile image
Paulo Renato • Edited

While the article touches in security it does it lightly, and would be nice to see more focus on security in this type of solutions. Remember that APIs are the new focus of attackers and they are breached to often nowadays. An API Gateway is a good starting point for implementing API security defences, but it must not be the only place where you secure your API, and developers should be aware of the OWASP API Security Top 10 risks and have them always mitigated in their APIs.

Collapse
 
xngwng profile image
Xing Wang

Couldn't agree more. As APIs become the primary way of business transctions are done, APIs are the new attack surface.

API Management/Gateway is often used as a security solution as well.

We'll write a more in-depth article on how to leverage API gateways and management solution to really secure your APIs.