How can I share the credentials for my Custom Nodes?

Hi,

I have created 2 custom nodes for the same authentication type (Azure).

  1. To query azure virtual networks
  2. To query azure kubernetes clusters

The only problem I have is that I need to create 2 different credentials in the UI to work with. Is it possible to use the same credentials I created for one of the above?

Best Regards

hello @jananathbanuka

check the syntax of the GraphQL node, it doesn’t use it’s own credentials, but uses the default one
n8n/packages/nodes-base/nodes/GraphQL/GraphQL.node.ts at master · n8n-io/n8n

So I may assume you can specify only the credentials name. But You will need to install the node with that credential at first.

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