Open Policy Agent
Open Policy Agent (OPA) is an open-source, general-purpose policy engine that lets organizations define and enforce fine-grained authorization and compliance rules — written in its declarative Rego language — consistently across Kubernetes, microservices, CI/CD pipelines, and infrastructure-as-code, decoupling policy…
7 resources across 2 libraries
Glossary Terms(4)
Infrastructure Drift
Infrastructure drift occurs when the actual, live state of cloud or infrastructure resources diverges from the state defined in Infrastructure as Code (IaC) co…
Policy as Code
Policy as Code is the practice of expressing organizational, security, and compliance rules as machine-readable code — rather than as prose documents — so that…
Open Policy Agent
Open Policy Agent (OPA) is an open-source, general-purpose policy engine that lets organizations define and enforce fine-grained authorization and compliance r…
Runtime Security
Runtime security is the practice of monitoring, detecting, and responding to threats and anomalous behavior in applications and infrastructure while they are a…
Interview Questions(3)
What is Policy as Code and Why Use It in DevOps?
Policy as code is the practice of writing an organization’s compliance, security, and operational rules — like "no S3 bucket may be public" or "every deploymen…
What is Open Policy Agent (OPA) and How Does Rego Work?
Open Policy Agent (OPA) is a general-purpose, open-source policy engine that decouples policy decision-making from application logic — services send it structu…
What is Compliance as Code?
Compliance as code is the practice of expressing regulatory and internal security controls as machine-readable, version-controlled policy definitions that are…