We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31c42de commit f44c5afCopy full SHA for f44c5af
core/src/main/java/com/ibm/watson/developer_cloud/service/WatsonService.java
@@ -103,7 +103,7 @@ public WatsonService(final String name) {
103
this.name = name;
104
String iamApiKey = CredentialUtils.getIAMKey(name);
105
String iamUrl = CredentialUtils.getIAMUrl(name);
106
- if (iamApiKey != null && iamUrl != null) {
+ if (iamApiKey != null) {
107
IamOptions iamOptions = new IamOptions.Builder()
108
.apiKey(iamApiKey)
109
.url(iamUrl)
0 commit comments