Using the token-based authentication for interaction with the confluence cloud.
auth_token="***************"
basic_auth = HTTPBasicAuth("naveenkumar@abc.com", auth_token)
When we try running the above format in locally it was working fine if try to run the same code in Jenkins. I was getting the below error.
Basic authentication with passwords is deprecated. For more information, see: https://confluence.atlassian.com/cloud/deprecation-of-basic-authentication-with-passwords-for-jira-and-confluence-apis-972355348.html
Someone, please help me on overcome this issue.
Hi Naveenkumar,
I found a post that may assist users in the future: https://community.atlassian.com/t5/Jira-questions/Basic-authentication-with-passwords-is-deprecated/qaq-p/1427287
Regards
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.