Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ Sentinel provides three policy enforcement levels:
- **soft mandatory:** Failed policies stop the run, but any user with [Manage Policy Overrides permission](/terraform/enterprise/users-teams-organizations/permissions#manage-policy-overrides) can override these failures and allow the run to complete.
- **hard mandatory:** Failed policies stop the run. Terraform does not apply runs with failed **hard mandatory** policies until a user fixes the issue that caused the failure.

~> **Tip:** If the policy set option “This policy set can be overridden in the event of mandatory failures” is enabled, users with the appropriate permissions (such as admins or team owners) can override any failed policy checks in that set, including those marked as `hard-mandatory`. This override setting takes precedence over the individual policy’s enforcement level.

### OPA

OPA provides two policy enforcement levels:
Expand Down
Loading