Credentials manager can not be used with Python Script (1=>1) node

Hi All,

I have a python script and I need to provide ‘credentials’ to the variable in python.
I do not want to hard code my credentials as it will be visible to everyone who has the access to workflow.

I can not use the ‘Credentials Manager’ node either with the Python script node.
Is there a solution for this?

Thanks in advance.

2 Likes

Hi @arunknimeuser -

Sorry for the delayed reply here. Unfortunately the Python Script node doesn’t currently support credential flow variables.

How about prompting the user for a username / password via a couple of regular String Configuration nodes inside a component? Then pass those two flow variables to your Python Script node?

1 Like

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