Sensitive Data Redaction On Console/API #191
sancar
announced in
W: 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.
-
Workflow logs 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 Workflow in multi-tenant setups where customer data may be included in logs.
API
Allow specifying fields to redact when triggering a workflow.
In this example, the log 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/workflow/howto/redact-fields
Beta Was this translation helpful? Give feedback.
All reactions