payload parameter on POSTs requests./api/w/admins/jobs/run_wait_result/p/u/user/undisputed_script?include_header=X-Sign,foo&payload=${encodeURIComponent(btoa(JSON.stringify({id: 42})))}payload parameter from the query string would be combined with the JSON data from the POST request, making both available inside the webhook.payload query string.qs=true. This would pass down all the query string data to the POST script without merging it with the JSON.job_id returned by the service. I am still not sure if I'm missing something obvious about this issue. Thanks again!We're live here https://discord.com/channels/930051556043276338/1278977038430240813
henri-c · 6d ago
Infrastructure as code
rubenf · 4w ago
As we're preparing for a new Windmill sandbox SDK, we took the opportunity **to open-source NSJAIL sandboxing** and make it available in CE and easier to set. In 1.634.0, just set nsjail to benefit from the tightest security and isolation per job. It's constraining so no need to use it unless you need but now you won't be restricted in security for CE if you need to.
rubenf · 4w ago