-
Notifications
You must be signed in to change notification settings - Fork 93
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
JiraError HTTP 403: Basic auth with password is not allowed #18
Comments
Good question. It would likely need a code change and it depends on whether the underlying `jira` python library supports it. Hopefully isn’t a difficult change but will need some investigating.
…---
Martin Aspeli
Partner | Deloitte Digital
+44 07989 304475
________________________________
From: dedarritchon <[email protected]>
Sent: Tuesday, February 4, 2020 1:52:54 PM
To: DeloitteDigitalUK/jira-agile-metrics <[email protected]>
Cc: Subscribed <[email protected]>
Subject: [EXT: NEWSLETTER] [DeloitteDigitalUK/jira-agile-metrics] JiraError HTTP 403: Basic auth with password is not allowed (#18)
Atlassian has deprecated the ability to use plaintext passwords with basic auth. You need to update the tool to use basic authentication with an API token, OAuth, or Atlassian Connect:
https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-basic-auth-and-cookie-based-auth/?_ga=2.46857255.1839331505.1580734130-1542450647.1578313476
Is there a way to still use the tool? Thanks
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#18?email_source=notifications&email_token=AABHJCUYG77BPGJO7WLXTY3RBFXLNA5CNFSM4KPXJKKKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IK43SFA>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AABHJCQEVHXTYUVSUJQTPC3RBFXLNANCNFSM4KPXJKKA>.
IMPORTANT NOTICE
This communication is from Deloitte LLP, a limited liability partnership registered in England and Wales with registered number OC303675. Its registered office is 1 New Street Square, London EC4A 3HQ, United Kingdom. Deloitte LLP is the United Kingdom affiliate of Deloitte NSE LLP, a member firm of Deloitte Touche Tohmatsu Limited, a UK private company limited by guarantee (“DTTL”). DTTL and each of its member firms are legally separate and independent entities. DTTL and Deloitte NSE LLP do not provide services to clients. Please see www.deloitte.co.uk/about<https://www.deloitte.co.uk/about> to learn more about our global network of member firms. For details of our professional regulation please see Regulators<https://www2.deloitte.com/uk/en/footerlinks1/regulators-and-provision-service-regulations.html>.
This communication contains information which is confidential and may also be privileged. It is for the exclusive use of the intended recipient(s). If you are not the intended recipient(s), please notify [email protected]<mailto:[email protected]> and destroy this message immediately. Email communications cannot be guaranteed to be secure or free from error or viruses. All emails sent to or from a @deloitte.co.uk email account are securely archived and stored by an external supplier within the European Union.
You can understand more about how we collect and use (process) your personal information in our Privacy Notice<https://www2.deloitte.com/uk/en/legal/privacy.html>.
Deloitte LLP does not accept any liability for use of or reliance on the contents of this email by any person save by the intended recipient(s) to the extent agreed in a Deloitte LLP engagement contract.
Opinions, conclusions and other information in this email which have not been delivered by way of the business of Deloitte LLP are neither given nor endorsed by it.
|
Although strange, the quick workaround for this issue seems to be using the Username with API token as a password. You can generate API token on https://id.atlassian.com/manage/api-tokens |
Can anyone confirm that this workaround is still working ? README.md states that this should be possible: Also tried thanks for any help in advance |
I am having the same issue - and realized that the problem is that for some JIRA versions Basic Auth with an API Token does not work. Instead, you will need to use a Bearer authentication. I tried to fork out and use JWT, which did not do the job. Do you have any ideas on how to go about it? |
Atlassian has deprecated the ability to use plaintext passwords with basic auth. You need to update the tool to use basic authentication with an API token, OAuth, or Atlassian Connect:
https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-basic-auth-and-cookie-based-auth/?_ga=2.46857255.1839331505.1580734130-1542450647.1578313476
Is there a way to still use the tool? Thanks
The text was updated successfully, but these errors were encountered: