Overview
Operator access controls hosted control-plane administration.
Database permissions and capability policies constrain runtime actions.
Approval and commit should be separate roles for sensitive workflows.
Security policies bind row access to trusted session values, and redaction policies protect resource payloads from readers that should only receive handles or metadata.
Developer notes
- Keep operator credentials out of client-side code.
- Use separate roles for approve and commit where possible.
- Use session-bound security policies for tenant, owner, region, and entitlement filters.
- Use redaction policies when a reader can know that evidence exists but should not see the full payload.
- Audit role and policy changes.
- Require MFA/SSO before public production launch.