Project

General

Profile

Actions

Task #2715

closed

gerrit-oauth-provider plugin is using depreacted Google+ userinfo endpoint

Added by David Ostrovsky about 5 years ago. Updated about 5 years ago.

Status:
Closed
Priority:
Normal
Category:
Gerrit
Target version:
-
Start date:
Due date:
2019-03-07
% Done:

0%

Tags:

Description

Google is shutting down Google+ service on March 7, see this announcement: [1]

gerrit-oauth-provider plugin is using deprecated endpoint, unfortunately.

The fix is here: [2]. Built artifact is here: [3]: oauth.jar.

Note, though, that the plugin name hosted on googlesource.com is:
"oauth" and not "gerrit-oauth-provider", so that the configuration section
in <gerrit_site>/etc/gerrit.config shoud be adjusted correspondingly:

Old:
[plugin gerrit-oauth-provider-google-oauth"]
[...]

New:
[plugin oauth-google-oauth"]
[...]

for all authentication providers (GitHub, Google, etc).

[1] https://developers.google.com/+/web/signin
[2] https://gerrit-review.googlesource.com/c/plugins/oauth/+/212441
[3] https://gerrit-ci.gerritforge.com/view/Plugins-stable-2.13/job/plugin-oauth-stable-2.13/4

Actions

Also available in: Atom PDF