Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add endpoints to erase payload and response #791

Merged
merged 1 commit into from
Jan 27, 2023

Conversation

svix-andor
Copy link
Contributor

@svix-andor svix-andor commented Jan 26, 2023

These endpoints can be used to erase the payload of a message, and the response body of attempts. They can be useful in cases where a message was inadvertently sent with sensitive data that it shouldn't have contained, or an endpoint returned a response body with something of the same sort.

Erasing message payloads is technically OK, the worker already handles the case where there's no payload (due to payload expiration) and the response body is not currently used by svix, it is only retained for troubleshooting purposes.

@svix-andor svix-andor force-pushed the andor/expunge-message-content-and-response branch 3 times, most recently from ee505a4 to 85a7ae7 Compare January 27, 2023 10:40
@svix-andor svix-andor force-pushed the andor/expunge-message-content-and-response branch from 85a7ae7 to 5e080cc Compare January 27, 2023 10:48
@svix-andor svix-andor force-pushed the andor/expunge-message-content-and-response branch from 5e080cc to 5b82c52 Compare January 27, 2023 11:03
@svix-andor svix-andor force-pushed the andor/expunge-message-content-and-response branch from 5b82c52 to 9eedb41 Compare January 27, 2023 14:34
@svix-andor svix-andor merged commit 91cd8ee into main Jan 27, 2023
@svix-andor svix-andor deleted the andor/expunge-message-content-and-response branch January 27, 2023 14:53
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.

3 participants