Terminology Index
Glossary
1801 terms
Showing 1089-1120 of 1801 terms
Open Policy Agent for IaC
Using Open Policy Agent to enforce security policy on infrastructure-as-code before deployment, evaluating Terraform or similar definitions against rules so non-compliant infrastructure is blocked in the pipeline.
In DevSecOps, Open Policy Agent can evaluate infrastructure-as-code (such as Terraform plans) against policies during the pipeline, allowing only definitions that meet security rules (no public buckets, encryption required, approved regions) to proceed. This shifts policy enforcement left, catching insecure infrastructure as code before it is provisioned. Writing these policies in OPA's Rego language gives teams testable, version-controlled guardrails integrated into the secure SDLC.
Introduced in: DevSecOps and Secure SDLC
Examples
- Evaluating a Terraform plan against OPA policy before apply.
- Blocking a definition that would create a public bucket in the pipeline.
- Writing Rego rules as testable infrastructure guardrails.
No related terms linked yet.
