I'm running nodered in bluemix and am putting that system in production.
In my cloudant storage (the "nodered" db) I see 2 credentials:
in APPNAME/credential: {"credentials":{"$":"XXXXX"}}
in APPNAME/settings: { "settings":{"_credentialSecret":"AAAAAA" }
I I understood correctly, these credentials are for authenticating the user accessing the UI.
What is the difference between these 2 values?