Inquiry about python script node

Hello.

I was wondering if I can hide some script in python script node.

Because I want to provide python script node with some code including system connection information.
But there is an issue about security so I need to hide this information.

I’d appreciate it if someone could help me :slight_smile:

Best regards,
hhkim

Hi @hhkim

Have you considered passing the information as flow variables into the python script node, therefore not explicitly declaring the system connection information in the code itself?

Heather

1 Like