mantisbt-plugins / source-integration

Source control integration plugin framework for MantisBT, including support for Github, Gitlab, Bitbucket, Gitea, Gitweb, Cgit, Subversion, Mercurial and more
http://noswap.com/projects/source-integration/
MIT License
181 stars 130 forks source link

Github deprecating API authentication through query parameters #368

Closed teodortalov closed 3 years ago

teodortalov commented 3 years ago

Github authentication no longer working. Docs state that the cut off date is Sept 8, 2021, but authentication has stop working.

https://developer.github.com/changes/2020-02-10-deprecating-auth-through-query-param/

Screen Shot 2021-05-05 at 2 03 19 PM

dregad commented 3 years ago

Docs state that the cut off date is Sept 8, 2021, but authentication has stop working

From the very link you provided:

Brownouts

During a brownout, authentication using query parameters will temporarily fail. The goal is to trigger alerts (assuming there are any) on our customers' services to help them find unmigrated authentication calls.

The brownouts are scheduled for:

That being said, unless I missed something, this issue has already been addressed nearly 1 year ago in release 2.4.0, see #335.