Sensitive Data Redaction On Console/API #188
mehmettokgoz
announced in
Q: Released
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
QStash messages may contain sensitive data in the body or headers. Users need a way to redact these fields so they are not visible in the dashboard or API responses, preventing accidental data leaks. This also enables safer use of QStash in multi-tenant setups where customer data may be included in messages.
API
Allow specifying fields to redact when publishing a message.
In this example, the message body and the "Authorization" header are redacted and will not appear in the UI or API responses. Instead, the UI will display
REDACTED:<SHA256>so users can verify the value without revealing the original data.Docs: https://upstash.com/docs/qstash/howto/redact-fields
Beta Was this translation helpful? Give feedback.
All reactions