Parse Config ini

Hi Team,

I am trying to create a workflow that parses the config and updates the passwords / API Keys and Configuration stored in n8n. This workflow should run on a scheduled basis to ensure the credentials are up to date.

I can change the config file to json if that will make it easier.

I appreciate your support.

I assume you are talking about the cloud version of n8n?

No this is for Self Hosted the whole point is instead of creating credentials manually. I want to create a workflow or something that will parse config.ini and create all credentials at once.

@jabbson

There is no need for that, you can run an n8n cli command to import credentials from a file.
If you want you can in fact run n8n cli commands from within the workflow using execute command node. To know the format for that json file, you can first export credentials. Hope that helps. If not let me know about what is wrong with this solution and we will figure something else out.

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