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

VIRA-293: Allow Personal Access Token (PAT) Auth #76

Open
jacobstr opened this issue Sep 21, 2021 · 1 comment
Open

VIRA-293: Allow Personal Access Token (PAT) Auth #76

jacobstr opened this issue Sep 21, 2021 · 1 comment

Comments

@jacobstr
Copy link

jacobstr commented Sep 21, 2021

Personal access tokens authenticate via the 'Authorization: Bearer xxx' header. It looks like VIRA only supports basic auth at the moment.

Description of the feature is here: https://confluence.atlassian.com/enterprise/using-personal-access-tokens-1026032365.html

When using the python API, these creds can be provided via:

jir = JIRA(options={"headers": {"Authorization": "Bearer xxxx"}})
@n0v1c3 n0v1c3 changed the title Allow Personal Access Token (PAT) Auth VIRA-293: Allow Personal Access Token (PAT) Auth Oct 6, 2021
@n0v1c3
Copy link
Owner

n0v1c3 commented Oct 18, 2021

VIRA-293 now has an active branch for anyone that would like to test this for me. I am working on other clean-up for the dev branch then it should all come together for a master push.

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

Successfully merging a pull request may close this issue.

2 participants