RSASAKI
RSASAKI

Reputation: 1

How to retrieve password for IBM Watson Discovery service?

I want to get my username and password for the IBM Watson Discovery services on my IBM Cloud account, but I keep on getting this "apikey". Could you tell me how to get the username and the password instead of the APIkey?

enter image description here

Upvotes: 0

Views: 309

Answers (1)

data_henrik
data_henrik

Reputation: 17118

More and more of the IBM Cloud services, including the Watson services, are migrated from a username / password combination for authentication to IAM (identity and access management) tokens. Thus, if you recently created that service it is very likely that you have to use the API token.

See the Discovery API docs for authentication methods. You pass in just the token and not the username / password combination.

Upvotes: 1

Related Questions