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

Replacing password with PAT not working #1129

Closed
pkalbhor opened this issue Aug 27, 2021 · 2 comments · Fixed by #991
Closed

Replacing password with PAT not working #1129

pkalbhor opened this issue Aug 27, 2021 · 2 comments · Fixed by #991
Labels
bug Status: Ready All information is available, and a solution needs to be created.

Comments

@pkalbhor
Copy link

Hi,
I was trying to authenticate using personal access token instead of a password using

jira = JIRA('http://its.cern.ch/jira', basic_auth=('username', 'Personal access token')

It gives authentication failure.

Basic Authentication Failure - Reason : AUTHENTICATED_FAILED

However, using actual password works. Please tell me if I am doing it in the wrong way. The user guide says the same.

@studioj
Copy link
Collaborator

studioj commented Aug 28, 2021

Thanks for your report would this be a possible solution? #991

a workaround until that PR is merged and released can be found here #989 (comment)

Don't hesitate to comment or contribute 👍

@studioj studioj added bug Status: In progress Currently being worked on. labels Aug 28, 2021
@adehad adehad linked a pull request Oct 24, 2021 that will close this issue
@adehad
Copy link
Contributor

adehad commented Oct 24, 2021

#991 now merged and part of the 3.1.0rc1 pre-release

@adehad adehad closed this as completed Oct 24, 2021
@studioj studioj added Status: Ready All information is available, and a solution needs to be created. and removed Status: In progress Currently being worked on. labels Oct 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Status: Ready All information is available, and a solution needs to be created.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants