Skip to content

Keep large HTTP transfer payloads out of Duroxide history #376

Description

Currently, large HTTP payload bytes end up in the Duroxide history. In theory, (I think) we only need to persist the things necessary to reproduce whatever orchestration decisions are necessary, and resume work. That means we shouldn't need to persist HTTP payloads, and doing so causes actual problems (performance, security, data retention, data control, etc).

It's possible that some situations will require keeping the body in the history (particularly where the bodies are small, replay/orchestration needs the body's exact value, it contains no credentials/secrets/potential PII/otherwise sensitive info, ...). That's probably fine. The precise set of conditions when these need to be kept needs to be hammered out as part of this work.

This needs some further design too.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions