II.
Workflow JSON
Structured · liveworkflow:certificate-rotation
Certificate Rotation json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "workflow:certificate-rotation",
"_kind": "Workflow",
"_file": "workflows/workflows/workflows-infrastructure.yaml",
"_cluster": "workflows",
"attributes": {
"displayName": "Certificate Rotation",
"workflowKind": "operational",
"triggerType": "scheduled",
"typicalCadence": "quarterly",
"complexity": "cross-team",
"description": "Rotates TLS certificates across load balancers, service meshes, and internal\nPKI — tracking expiry dates, automating renewal via ACME or internal CA,\nvalidating chain-of-trust, and coordinating zero-downtime rollover across\nenvironments. Excludes initial certificate provisioning.\n"
},
"outgoingEdges": [
{
"from": "workflow:certificate-rotation",
"to": "role:platform-engineer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:certificate-rotation",
"to": "role:security-reviewer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:certificate-rotation",
"to": "role:cloud-architect",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:certificate-rotation",
"to": "skill-area:secrets-rotation",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:certificate-rotation",
"to": "skill-area:service-mesh-config",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:certificate-rotation",
"to": "domain:infrastructure",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:certificate-rotation",
"to": "domain:security",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:certificate-rotation",
"to": "responsibility:run-security-scans",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:certificate-rotation",
"to": "responsibility:runbook-authoring",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:certificate-rotation",
"to": "org-unit:platform-team",
"kind": "performed_by_org_unit",
"attributes": {}
},
{
"from": "workflow:certificate-rotation",
"to": "org-unit:security-team",
"kind": "performed_by_org_unit",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "stack-profile:secrets-management",
"to": "workflow:certificate-rotation",
"kind": "follows_workflow"
}
]
}