iiRecord
Agentic AI Atlas · Redact secret values in logs
secret-handling:redact-in-logsa5c.ai
II.
SecretHandlingPolicy JSON

secret-handling:redact-in-logs

Structured · live

Redact secret values in logs json

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

File · security/secret-handling/secret-handling-policies.yamlCluster · security
Record JSON
{
  "id": "secret-handling:redact-in-logs",
  "_kind": "SecretHandlingPolicy",
  "_file": "security/secret-handling/secret-handling-policies.yaml",
  "_cluster": "security",
  "attributes": {
    "displayName": "Redact secret values in logs",
    "rule": "Run journal sinks MUST redact known secret env-var values before persistence.",
    "scope": "observability",
    "enforcement": "journal-writer",
    "rationale": "Defense in depth — even if a secret leaks into output, logs do not retain it."
  },
  "outgoingEdges": [],
  "incomingEdges": [
    {
      "from": "workflow:linear-default",
      "to": "secret-handling:redact-in-logs",
      "kind": "applies_secret_policy",
      "attributes": {}
    }
  ]
}