Updated Design: Encryption of credentials (markdown)

Nick O'Leary 2016-07-13 15:48:42 +01:00
parent d40a00e45a
commit 80c79555bf
1 changed files with 2 additions and 0 deletions

@ -1,3 +1,5 @@
Target: 0.15
Currently credentials are passed to the storage API in the clear so unless the storage mechanism does anything specific, they get stored in the clear.
With a move to add version control backing to node-red, the very real prospect emerges of credentials being stored, in the clear, in version control. That is highly undesirable.