PSR-7 and PSR-15 OPA Authorization Middleware and Open Policy Agent Client
-
Updated
Mar 6, 2024 - PHP
The Open Policy Agent (OPA, pronounced “oh-pa”) is an open source, general-purpose policy engine that unifies policy enforcement across the stack. OPA provides a high-level declarative language that lets you specify policy as code and simple APIs to offload policy decision-making from your software. You can use OPA to enforce policies in microservices, Kubernetes, CI/CD pipelines, API gateways, and more.
What is OPA
PSR-7 and PSR-15 OPA Authorization Middleware and Open Policy Agent Client
Example usage of OPA in PHP