II.
Workflow JSON
Structured · liveworkflow:key-ceremony
Key Ceremony json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "workflow:key-ceremony",
"_kind": "Workflow",
"_file": "workflows/workflows/workflows-crypto-blockchain.yaml",
"_cluster": "workflows",
"attributes": {
"displayName": "Key Ceremony",
"workflowKind": "security",
"triggerType": "scheduled",
"typicalCadence": "annual",
"complexity": "cross-team",
"description": "Executes a formal cryptographic key generation or rotation ceremony —\npreparing the secure environment, gathering authorized key custodians,\ngenerating key material with auditable entropy, splitting or escrowing\nsecrets, and recording the ceremony log. Excludes day-to-day secret\nrotation.\n"
},
"outgoingEdges": [
{
"from": "workflow:key-ceremony",
"to": "role:security-reviewer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:key-ceremony",
"to": "role:principal-engineer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:key-ceremony",
"to": "role:platform-engineer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:key-ceremony",
"to": "skill-area:secrets-rotation",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:key-ceremony",
"to": "domain:cybersecurity",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:key-ceremony",
"to": "domain:security",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:key-ceremony",
"to": "responsibility:secret-rotation-cadence",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:key-ceremony",
"to": "responsibility:security-review",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:key-ceremony",
"to": "org-unit:security-team",
"kind": "performed_by_org_unit",
"attributes": {}
},
{
"from": "workflow:key-ceremony",
"to": "org-unit:platform-team",
"kind": "performed_by_org_unit",
"attributes": {}
}
],
"incomingEdges": []
}