I am not able to exclude node from my self hosted n8n

Hi Team, I am trying to follow this discussion(How to disable n8n nodes available by default? - #21 by abhilash) to exclude some nodes from my self-hosted n8n.
I added this secret in my aws secret manager
image

I export this env during my deployment but still it is not working for example I tried to exclude ElasticSearch node but I am not able to do it

How to do this

1 Like

maybe try like this @Aryaman_Gurjar

[\"n8n-nodes-base.executeCommand\", \"n8n-nodes-base.readWriteFile\"] 

this is how it appears in docs

Samuel

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.