Hello community,
I am looking for a way to restrict access to the environmental variables but also restrict commands. For instance, if I am executing the command “env” in the “Execute Command” node, I am able to see secrets (like password to the DB, etc.).
Best, Laurent
No that is sadly not possible right now. You could deactivate the Execute Command node as documented here.
But even then, would it still be possible to access them in any expression via $env
$env
Thank you Jan.
Sure, just thought about another alternative. You could also supply the settings via a file as documented here.