Terminology Index
Glossary
1801 terms
Showing 1089-1120 of 1801 terms
OPA and Sentinel
Two policy-as-code tools, Open Policy Agent (OPA) and HashiCorp Sentinel, that a cloud engineer uses to define and automatically enforce policies on infrastructure and access, codifying guardrails as testable rules.
OPA and Sentinel let teams express policy as code and enforce it automatically: OPA is an open, general-purpose policy engine (using the Rego language) embeddable across systems, while Sentinel is HashiCorp's policy-as-code framework integrated with its tooling. A cloud engineer uses them to codify guardrails, what infrastructure may be provisioned, what access is allowed, and block violations automatically. They bring consistency, version control, and testing to policy enforcement across cloud environments.
Introduced in: Cloud Security Engineer Fundamentals
Examples
- Writing an OPA Rego rule to block non-compliant infrastructure.
- Using Sentinel to enforce policy in a provisioning pipeline.
- Codifying cloud guardrails as testable, version-controlled policy.
No related terms linked yet.
