Owned event types
events.iterate.com/secret/createdCreates a secret processor on this stream. The payload is the immutable birth certificate; the DO cross-posts this event to the project root stream, where the project processor catalogs the secret.payload: { config }emitted by 1 · consumed by 2events.iterate.com/secret/updatedUpdates secret material, egress URL config, and/or the refresh strategy. An update is a complete material decision: omitting encryptedMaterial DESTROYS the retained value (egress-only and refresh-only updates clear material on purpose).payload: { egress?, encryptedMaterial?, refresh? }consumed by 1events.iterate.com/secret/usedRecords that secret material was substituted into an egress request — the audit fact behind the description's usage counters.payload: { usedAt, usedBy?, url? }consumed by 1
Consumes
events.iterate.com/secret/createdCreates a secret processor on this stream. The payload is the immutable birth certificate; the DO cross-posts this event to the project root stream, where the project processor catalogs the secret.events.iterate.com/secret/updatedUpdates secret material, egress URL config, and/or the refresh strategy. An update is a complete material decision: omitting encryptedMaterial DESTROYS the retained value (egress-only and refresh-only updates clear material on purpose).events.iterate.com/secret/usedRecords that secret material was substituted into an egress request — the audit fact behind the description's usage counters.