-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Encrypt credentials #3
Comments
PR is welcome. I am not javascript developer, and currently I do not have enough time to work on this project. And you can also fork this repo and submit npm, to make you forked node searchable from node-red instance. |
Thanks for your reply. |
Beside not have enough time, another reason I not interest in this feature personally is that I use environment variable to refer the password, which injected by kubernetes. Actually, credential should store in flow_cred.json, and I am looking forward for your PR. |
Hey,
I just included this node in my personal Node-RED flow; it works like a charm. 👍
One thing I saw however: The credentials are stored as plain text in the
flows.json
file. I think they should be stored insideflows_cred.json
, with the advantage of auto-encryption/-decryption done by Node-RED.So far I don't have experience in creating nodes for Node-RED... I was thinking to give it a try and create a PR to fix that issue. Is this repo still active?
Thanks in advance.
The text was updated successfully, but these errors were encountered: