davido / gerrit-oauth-provider

OAuth2 authentication provider for Gerrit Code Review. Please upload changes for review to: https://gerrit-review.googlesource.com/#/admin/projects/plugins/oauth
Apache License 2.0
140 stars 84 forks source link

Is there a prebuilt binary for gerrit version 2.15.x? #125

Open aeisenberg opened 5 years ago

aeisenberg commented 5 years ago

On the releases page, I see binaries for versions 2.14 and 2.16. Is 2.15 missing, or am I looking in the wrong place? Thanks.

davido commented 5 years ago

This plugin is released only for recent gerrit versions. You could consider to switch to the same plugin hosted on gerrit-review and called oauth. Note, though, that the configuration is slightly different, due to the changed plugin name. You can fetch the plugin binary from GerritForge CI: [1].

t-patt commented 4 years ago

Noticed that the linked job has been removed. Should I use the released oauth version for 2.14 or 2.16 if we are on gerrit 2.15?

davido commented 4 years ago

2.15 and below was removed from the CI (end of the life). You encourage to upgrade gerrit to at least 2.16. The latest release is 3.1.

See this announcement: [1].

There are archive CI artifacts available, though: [2].

[1] https://groups.google.com/d/topic/repo-discuss/Jg2lXyAparM/discussion [2] https://archive-ci.gerritforge.com/job/plugin-oauth-bazel-stable-2.15/

t-patt commented 4 years ago

Thank you @davido