How to protect the secrets of the n8n itself

Hello @Egor

You can set the ENV N8N_BLOCK_ENV_ACCESS_IN_NODE to true to block accessing the envs

I’ve also advice to disable the execute command node, as it may be exploited. See the NODES_EXCLUDE in the docs

2 Likes