Confused about "writer" permission - not working as intended
ops
and a group named engineers
. The engineers
group has been given Writer
role on the engineers
also have the Author
role at the workspace level.
However, when a member of the engineers
group tries to create a script within the ops
folder, they get the error:
Not authorized: You are not owner of the folder ops...
[CLI] --silent still printing unwanted logs using wmill flow run
--silent
flag to my wmill flow run
command but it still prints WaitingForPriorSteps
a few times on the standard output. It got rid of all the other logs though.
The exact command I ran is :
```bash
wmill flow run --data '{ "some_id": "f14661818ab7a5cf917eff1c173623de" }' --silent some_flow...[CLI] --debug conflicts with --data in short option form for wmill flow run
Is there a way to self-host on as Raspberry Pi?
Proper way of adding commands for bash scripts
Meaning of this error ?
How to use ffmpeg in windmill ?
Author role user have access to variables/secrets too of that folder
Integration with KEYCLOACK
Use tab selection as trigger?
selectedTabIndex
changes?Possible bug: Eval script keeps returning no input
if (!state.hasOwnProperty('active_namespace')) { return 'get pods --all-namespaces --output=json' } else { return `get pods --namespace ${state.active_namespace} --output=json`}
if (!state.hasOwnProperty('active_namespace')) { return 'get pods --all-namespaces --output=json' } else { return `get pods --namespace ${state.active_namespace} --output=json`}
Passing file from worker container into new Docker container
kubeconfig.yml
file, containing the authentication details, from the Windmill worker container, into a new Docker container.
Previously, I've simply installed software (such as kubectl
) into the worker, but using a container helps make things more reliable and less prone to conflicts....Native script editor for PowerShell
pwsh -File
command instead of executing Bash....What exactly is euphemeral token ?
Sql error: error returned from database: cached plan must not change result type
How can I trigger a refresh of an HTML component after executing a back-end script?
OpenAPI fields to return ?
list all available jobs
route
The jobs i've got have so heavy logs that im not able to get responses under 50 mb...How do I use a Windmill Postgres script to insert a date field?
ExecutionError: error serializing parameter 2: cannot convert between the Rust type
alloc::string::String and the Postgres type
date``
```sql
-- $1 firstName
-- $2 lastName...Error when running wmill sync pull due to temp dir?
wmill sync pull
for the first time (on a macbook) and it's immediately throwing this error:
```
❯ wmill sync pull
Computing the files to update locally to match remote (taking .wmillignore into account)...Retrieve and serve video from back-end script