ibm-watson-data-lab/concierge

Watson Assistant does not provide USERNAME and PASSWORD anymore (Now it provides IAM)

Opened this issue · 2 comments

After Installing The Project With npm install -g concierge-chatbot
and running with concierge-chatbot
Watson Assistant Username and password was asked.
rsz_issue

But Since the Watson Assistant Gave API key (IAM token), instead of username/password, I Am Unable To Do Auth.

Also, While adding the Assistant service there is no option to choose between username/password based Auth and IAM Token Based Auth.

Is there a work around for this?
Thanks.

You can use "apikey" in place of username and the respective Watson-Assistant API-Key in place of password. Hope it helps.

After Installing The Project With npm install -g concierge-chatbot
and running with concierge-chatbot
Watson Assistant Username and password was asked.
rsz_issue

But Since the Watson Assistant Gave API key (IAM token), instead of username/password, I Am Unable To Do Auth.

Also, While adding the Assistant service there is no option to choose between username/password based Auth and IAM Token Based Auth.

Is there a work around for this?
Thanks.

You can use "apikey" in place of username and the respective Watson-Assistant API-Key in place of password. Hope it helps.