You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently defaults/flow_cred.json get pushed to cloudant as-is without considering how to decrypt it.
This actually doesn't work because credential secret (used to decrypt flow_cred.json) is randomly generated unless you explicitly define it in node-red settings (bluemix-settings.js).
Ideally, defaults/flow_cred.json should support decrypted version of credential file.
The text was updated successfully, but these errors were encountered:
Currently
defaults/flow_cred.json
get pushed to cloudant as-is without considering how to decrypt it.This actually doesn't work because credential secret (used to decrypt flow_cred.json) is randomly generated unless you explicitly define it in node-red settings (bluemix-settings.js).
Ideally,
defaults/flow_cred.json
should support decrypted version of credential file.The text was updated successfully, but these errors were encountered: