-
Notifications
You must be signed in to change notification settings - Fork 54
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
Basic auth will be deprecated #43
Comments
I agree with you on the README update, but only to say that for most people to use OAuth tokens. We need to keep support for basic auth for the people that run this tap against an on-prem Jira instance. Unless I'm wrong about this. |
Ah okay, that makes sense. I think the Oauth stuff is pretty difficult to set up, as Atlassian doesn't seem to provide all those values in one place, or with those names. Do you think it would be beneficial to add api token authorization in addition to Basic and OAuth? I'm happy to submit a PR soon if you think that is a good idea. |
Atlassian provides a tutorial on getting the OAuth credentials. So I think if you go through the tutorial and get these values, then putting those values in a If you think the api token auth PR would be easier than the tutorial I linked, feel free to open it. |
Just tried it and you can specify the auth token instead of |
I've put the auth token in the password field of the config file but still getting no result ("currently_syncing": null) and of course getting no data. |
@diegojardon did you select any streams in your catalog JSON file? Putting the API token in the password field with basic authentication works for me as of now. |
Per https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-basic-auth-and-cookie-based-auth/, basic auth will no longer be supported. Suggestion is to replace the basic auth feature here with api token authorization. The readme should be updated as well, with example config.
The text was updated successfully, but these errors were encountered: