Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 3 Next »

Problem

  • Need to broker requests between clients and the application or service, need to validate and sanitize the requests to provide an additional layer of security.

  • Cloud services expose endpoints that allow client applications to call their APIs : APIs are exposed to malicious users.

Solution

image-20240829-142342.png

Gatekeeper In Practice

  • No labels