WindmillWWindmill
Powered by
ex0nsE
Windmill•9mo ago•
8 replies
ex0ns

[solver] Agent workers and permissioned_as

Hi there, I'm trying to execute some script in an un-trusted environments, I organized my scripts and secrets inside folder, and I currently have:
- /f/customer1/remote_exec.ts
- /f/customer2/remote_exec.ts


Those two scripts are quite simple for now, they are simply doing
await wmill.getVariable("f/customer1/secret_value"); await wmill.getVariable("f/customer2/secret_value")
await wmill.getVariable("f/customer1/secret_value"); await wmill.getVariable("f/customer2/secret_value")


I created two groups:
- g/customer1
- g/customer2

Is there a way to prevent the script from customer1 to be able to read secret from customer2, and the other way around ? In the documentation I saw something about the
permissioned_at
permissioned_at
but I can't find anyway to "downgrade" my permission to g/customer1 or g/customer2 to run the script (both from the UI and the CLI).

Am I missing something ? Is what I want to do even possible ?

Thanks
WindmillJoin
3,362Members
Resources
Recent Announcements

Similar Threads

Was this page helpful?
Recent Announcements
henri-c

Weekly kenote to tell you about our latest updates https://discord.com/channels/930051556043276338/1278977038430240813 https://youtube.com/live/2dGd9TdT8xs?feature=share

henri-c · 4d ago

Pyra

### HTTP tracing (EE) Capture HTTP requests made by job scripts as observability spans Features: - View HTTP request traces (method, URL, status, timing) in the job details UI - Auto-instrumentation for Native TypeScript, MITM proxy for other languages - Integrates with external OpenTelemetry collectors changelog: https://www.windmill.dev/changelog/http-tracing docs: https://www.windmill.dev/docs/advanced/instance_settings#http-tracing Additionally jobs memory metrics are now fully OSS!

Pyra · 2w ago

henri-c

First keynote of the year here https://discord.com/channels/930051556043276338/1278977038430240813 🙂

henri-c · 4w ago

Similar Threads

Dedicated workers and flow user state
Steven MoonSSteven Moon / help
2y ago
Agent Tags
ZosoRiffsZZosoRiffs / help
6mo ago
Windmill workers disappeared
Son TungSSon Tung / help
2mo ago
"Bare metal" workers
cmptrCcmptr / help
2y ago