strongdm / comply

Compliance automation framework, focused on SOC2
https://comply.strongdm.com
Apache License 2.0
1.32k stars 248 forks source link

Unable to fetch Jira issues: 401 Unauthorized: Basic authentication with passwords is deprecated. #95

Closed johnelkins closed 3 years ago

johnelkins commented 3 years ago

Is the Comply project still actively supported?

It's a great project after you get it figured out, but the Jira integration no longer works because of changes on Jira's API access.

https://confluence.atlassian.com/cloud/deprecation-of-basic-authentication-with-passwords-for-jira-and-confluence-apis-972355348.html

I was wondering if this is something that would ever be fixed?

Thanks

wallrony commented 3 years ago

Try to use an API Token instead of your password. It worked for me.

camposer commented 3 years ago

Closing this one because it's not really an issue, you need to use an API Token as @wallrony suggested above.