Skip to content

open-policy-agent/frameworks

Folders and files

NameName
Last commit message
Last commit date
Apr 21, 2025
Jan 4, 2020
Apr 14, 2025
Jul 14, 2021
Aug 11, 2021
Apr 11, 2022
Apr 11, 2024
Mar 6, 2019
Nov 6, 2019
Mar 4, 2023

Repository files navigation

Open Policy Agent Frameworks

Open Policy Agent is a general-purpose policy system designed to policy-enable other projects and services. The OPA Frameworks repository defines opinionated APIs for policy that are less flexible than the OPA API but are well-suited to particular classes of use cases. For example, Role Based Acces Control (RBAC), Attribute Based Access Control, Access Control Lists (ACLs), and IAM can all be implemented on top of the OPA API and its policy language, and could each be defined as an OPA Framework. One analogy from the web development world that seems to help people is that Frameworks are to OPA as Rails is to Ruby.