You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jira seem to have deprecated user / password authentication... is there a workaround for this ?
2020-11-06 00:38:16,327 [main] INFO s.g.r.j.jira.AuthHandlerProvider - Using basic authentication
2020-11-06 00:38:16,332 [main] INFO s.g.r.j.jira.AuthHandlerProvider - Password already provided
2020-11-06 00:38:17,337 [main] ERROR s.g.r.j.server.JiraServerInfoLogger - Failed to connect to JIRA
java.util.concurrent.ExecutionException: RestClientException{statusCode=Optional.of(401), errorCollections=[]}
at com.google.common.util.concurrent.AbstractFuture.getDoneValue(AbstractFuture.java:476)
at com.google.common.util.concurrent.AbstractFuture.get(AbstractFuture.java:455)
at com.google.common.util.concurrent.AbstractFuture$TrustedFuture.get(AbstractFuture.java:79)
at com.google.common.util.concurrent.ForwardingFuture.get(ForwardingFuture.java:63)
at com.atlassian.jira.rest.client.internal.async.DelegatingPromise.get(DelegatingPromise.java:102)
at se.gustavkarlsson.rocketchat.jira_trigger.server.JiraServerInfoLogger.logInfo(JiraServerInfoLogger.java:28)
at se.gustavkarlsson.rocketchat.jira_trigger.server.Server.start(Server.java:48)
at se.gustavkarlsson.rocketchat.jira_trigger.App.main(App.java:23)
Caused by: com.atlassian.jira.rest.client.api.RestClientException: org.codehaus.jettison.json.JSONException: A JSONObject text must begin with '{' at character 1 of Basic authentication with passwords is deprecated. For more information, see: https://confluence.atlassian.com/cloud/deprecation-of-basic-authentication-with-passwords-for-jira-and-confluence-apis-972355348.html
The text was updated successfully, but these errors were encountered:
Jira seem to have deprecated user / password authentication... is there a workaround for this ?
The text was updated successfully, but these errors were encountered: