
What it is
An approval request captures the target resource, the proposed change, and the list of required approvers. It sits in apending state until the required number of approvers act on it. Approvers can review, add notes, approve, or reject. Every state change is written to the audit log with reviewer identity and timestamp.
When to use it
- Require two approvers before issuing a wildcard certificate for a production domain.
- Gate CA key rotation behind a security team approval.
- Pause a workflow that deploys to a production load balancer until an SRE on-call confirms.
- Require a security lead’s sign-off before revoking a live certificate.
Approval types
| Type | Typical trigger | Typical approvers |
|---|---|---|
certificate_issue | Wildcards, long-validity certs | Security lead |
certificate_revoke | Any revocation | CA admin |
ca_change | New CA, key rotation | Security team + CA admin |
deployment | Deploy to production load balancer / gateway | SRE on-call |
role_change | Elevating a user’s role | Workspace owner |
policy_change | Modifying an issuance policy | Security team |
Set it up
Open the Approvals inbox
Go to Approvals (next to Alerts in the top navigation). You’ll see all requests where you are an eligible approver.
Create a manual approval (optional)
Click New approval request, choose the type, select the target resource, add a reason, and specify the approvers. For automatic approvals triggered by workflows, this step is handled by the workflow configuration.
What you’ll see
Approved requests unblock the waiting workflow or operation immediately. Rejected requests record the rejection reason and notify the requester. The Approvals list shows status (pending, approved, rejected), requester, approvers, and the resource that was approved.
Self-approval is not allowed. The person who created the approval request cannot appear in the approvers list for that same request.
Escalation
Each approval can carry an escalation configuration: after a set number of minutes with no decision, TigerTrust re-notifies a second tier of approvers and, optionally, raises ahigh severity alert. Configure escalation tiers at Settings > Approval policies.
Tips
- For high-volume, low-risk approval types (such as standard TLS deployments), enable bulk approve in the approval policy so on-call engineers can clear a queue in one action.
- Multi-approval (
N-of-M) prevents a single administrator from unilaterally pushing a production change.
Related
Workflows
Insert an approval step into any workflow.
Audit logs
Every approval decision with reviewer, time, and notes.
Notifications
Route pending-approval notices to the right channels.