Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Watson no longer provides userid/password based credentials. #9

Open
BarDweller opened this issue Nov 26, 2018 · 2 comments
Open

Watson no longer provides userid/password based credentials. #9

BarDweller opened this issue Nov 26, 2018 · 2 comments

Comments

@BarDweller
Copy link

Watson has moved over to iam/apikey based auth.

Newly deployed Watson services do not offer Userid/Password based credentials, only apikey instead.

Current portfolio implementation does not support this, so it is no longer possible to deploy new instances of StockTrader.

@BarDweller
Copy link
Author

Should migrate to using https://github.com/watson-developer-cloud/java-sdk/tree/master/tone-analyzer

Which would give support for iam/apikeys (see https://github.com/watson-developer-cloud/java-sdk#iam )

@jwalcorn
Copy link
Member

jwalcorn commented Dec 6, 2018

We've found that passing "apikey" as the id and the value of the API key as the password actually works, with the current code. I do agree that we should revisit this code, but that at least reduces the severity of this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants