Skip to content

Conversation

@manu-paylead
Copy link

No description provided.

Manu added 3 commits September 3, 2025 11:22
In case someone is using harp to process requests for which they
don't want the body to be stored (for compliance, security, ...)
they can now configure the storage worker to skip storing the
request body (and/or the response body) for some routes given as
regular expression in the config.

The new config looks like this:

```yaml
storage:
    skip_storage_requests_payload:
        - '/api/uploads/.*'
        - '/health'
    skip_storage_responses_payload:
        - '/api/downloads/.*'
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants