Hey,
Is it possible to get some kind of guidance how should I configure my workers to support untrusted workloads?
I've seen in the code a concept of such a worker that potentially could fuzz untrusted code and don't put any GCP account at risk in case of a malicious code owner that's being fuzzed.
I've tried various attempts with TRUSTED_HOST / UNTRUSTED_WORKER env combos, but non of them have worked for me.
Is there any place where I could see how it should be configured?