iiRecord
Agentic AI Atlas · Secret Rotation
workflow:secret-rotationa5c.ai
II.
Workflow JSON

workflow:secret-rotation

Structured · live

Secret Rotation json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · workflows/workflows/workflows-security.yamlCluster · workflows
Record JSON
{
  "id": "workflow:secret-rotation",
  "_kind": "Workflow",
  "_file": "workflows/workflows/workflows-security.yaml",
  "_cluster": "workflows",
  "attributes": {
    "displayName": "Secret Rotation",
    "workflowKind": "security",
    "triggerType": "scheduled",
    "typicalCadence": "quarterly",
    "complexity": "single-team",
    "description": "Rotates API keys, database credentials, and certificates on a\ndefined schedule with zero-downtime key rollover.\n"
  },
  "outgoingEdges": [
    {
      "from": "workflow:secret-rotation",
      "to": "role:platform-engineer",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:secret-rotation",
      "to": "role:security-reviewer",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:secret-rotation",
      "to": "skill-area:secrets-rotation",
      "kind": "requires_skill_area",
      "attributes": {}
    },
    {
      "from": "workflow:secret-rotation",
      "to": "skill-area:k8s-rbac",
      "kind": "requires_skill_area",
      "attributes": {}
    },
    {
      "from": "workflow:secret-rotation",
      "to": "domain:security",
      "kind": "applies_to_domain",
      "attributes": {}
    },
    {
      "from": "workflow:secret-rotation",
      "to": "domain:cloud-infra",
      "kind": "applies_to_domain",
      "attributes": {}
    },
    {
      "from": "workflow:secret-rotation",
      "to": "responsibility:run-security-scans",
      "kind": "triggers_responsibility",
      "attributes": {}
    },
    {
      "from": "workflow:secret-rotation",
      "to": "org-unit:security-team",
      "kind": "performed_by_org_unit",
      "attributes": {}
    },
    {
      "from": "workflow:secret-rotation",
      "to": "org-unit:platform-team",
      "kind": "performed_by_org_unit",
      "attributes": {}
    },
    {
      "from": "workflow:secret-rotation",
      "to": "role:platform-engineer",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:secret-rotation",
      "to": "role:security-reviewer",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:secret-rotation",
      "to": "skill-area:secrets-rotation",
      "kind": "requires_skill_area",
      "attributes": {}
    },
    {
      "from": "workflow:secret-rotation",
      "to": "skill-area:k8s-rbac",
      "kind": "requires_skill_area",
      "attributes": {}
    },
    {
      "from": "workflow:secret-rotation",
      "to": "domain:security",
      "kind": "applies_to_domain",
      "attributes": {}
    },
    {
      "from": "workflow:secret-rotation",
      "to": "domain:cloud-infra",
      "kind": "applies_to_domain",
      "attributes": {}
    },
    {
      "from": "workflow:secret-rotation",
      "to": "responsibility:run-security-scans",
      "kind": "triggers_responsibility",
      "attributes": {}
    },
    {
      "from": "workflow:secret-rotation",
      "to": "org-unit:security-team",
      "kind": "performed_by_org_unit",
      "attributes": {}
    },
    {
      "from": "workflow:secret-rotation",
      "to": "org-unit:platform-team",
      "kind": "performed_by_org_unit",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "stack-profile:secrets-management",
      "to": "workflow:secret-rotation",
      "kind": "follows_workflow"
    }
  ]
}