subscriptions
subscriptions12mo ago

Encrypting inputs in webhooks

Hi team, really enjoying working in windmill , had a doubt with my use case, I want to create a webhook, the input is sensitive user data so I want it to be not available anywhere (logs, previous runs) after the flow is done, how can I implement this?
5 Replies
rubenf
rubenf12mo ago
we have an option to delete the flow data after it is ran
rubenf
rubenf12mo ago
No description
subscriptions
subscriptionsOP12mo ago
Ok, thank you I think it's not in the documentation Also, when i execute the script directly from the web UI it's not deleting, but when doing it via webhook it does, is that intended?
rubenf
rubenf12mo ago
it's deleting, but your UI keeps it in memory for a bit
subscriptions
subscriptionsOP12mo ago
got it, thank you

Did you find this page helpful?