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
we have an option to delete the flow data after it is ran
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?
it's deleting, but your UI keeps it in memory for a bit
got it, thank you