GwilymNewton / node-red-contrib-discovery-insert

A node for inserting documents into the watson discovery service.
Other
0 stars 1 forks source link

Watson Discovery Credentials #5

Open rtalmeida opened 5 years ago

rtalmeida commented 5 years ago

It seems Watson Discovery services credentials is now based on iam_key and not user name and password. But the node red discovery-insert still requires Username and Password. Probably because of that my documents are not being inserted into my WD database. Does any body know how to fix the problem? Thanks.

GwilymNewton commented 5 years ago

Hmmm, looking here, its a pretty small change to the code https://console.bluemix.net/apidocs/discovery?language=node

But it also seems to still support usernames and passwords. Are you sure this is whats causing your issue @rtalmeida ?

Do you have any useful errors in the NR log?