The AI Tutor will answer grounded in this lesson's cited source (jira_story: GOV-133) and key concepts — authority Informational. Not yet enabled.
Lesson 4 of 7 — Segregation-of-Duties-enforced validation
Governance Workspace Core · Source: Jira Story GOV-133 (5 pts) · Authority: Informational (the Jira story is authoritative).
Purpose
Enforce Segregation of Duties on validation.
Why it matters
Self-validation defeats governance; independent validation is the control.
Where this lives
Runs in the Customer AI Governance platform (components: workspace, invariant). A validation guard blocks owner/uploader; a conflict-free reviewer's approval auto-closes the task. Learn teaches this read-only.
Workflow
- Given a task owner or the evidence uploader
- When they try to validate
- Then SoD blocks them, a conflict-free reviewer validates, and the task auto-closes
Worked example
The person who uploaded the evidence clicks Validate. What happens?
SoD blocks them — validation must come from someone who is neither owner nor uploader.
Acceptance criteria (authoritative — GOV-133)
Given a task owner or the evidence uploader, when they try to validate, then SoD blocks them, a conflict-free reviewer validates, and the task auto-closes.
Common pitfalls
- Letting the uploader or owner validate their own evidence.
Knowledge check
- Scenario: The person who uploaded the evidence clicks Validate. What happens?
- Look for: SoD blocks them — validation must come from someone who is neither owner nor uploader.
Key concepts
- Segregation of Duties
- independent validation
- auto-close
For the AI Tutor
- Summary: Enforce Segregation of Duties on validation.
- When to use: teaching or answering questions about "segregation-of-duties-enforced validation".
- When NOT to use: assigning owners (that is onboarding, GOV-117).
- Key concepts: Segregation of Duties, independent validation, auto-close.
Completion criteria
Learner passes the scenario knowledge check and can point to the system state that satisfies GOV-133's acceptance criterion.
Related
- Module: LEARN-MOD-003 (Governance Workspace Core)
- Provenance: LEARN-MAP-001 · Generation standard: LEARN-STD-002
- Next: LEARN-LSN-019