commit | 0e37fc14ca1e124c5bec54c2f7c5c9743cc7f18d | [log] [tgz] |
---|---|---|
author | Marco Miller <marco.miller@ericsson.com> | Fri May 01 11:48:27 2020 -0400 |
committer | Marco Miller <marco.miller@ericsson.com> | Fri May 01 11:48:27 2020 -0400 |
tree | b69020571c8c8d67d90c3d4e996f8f5d91c0cda1 | |
parent | a77c3b61aa9c837b2e97eda342dabf2f7cf2faaf [diff] | |
parent | 410818e202afb7cb7d43aa23b9aceec76cc154e5 [diff] |
Merge branch 'stable-3.1' * stable-3.1: Upgrade bazlets to latest stable-2.16 to build with 2.16.18 API Bump Bazel version to 3.1.0 Bump Bazel version to 3.0.0 Change-Id: Ie7e25c6d18f4bd0e98f8c65e416fb777688401b3
With this plugin Gerrit can use OAuth2 protocol for authentication. Supported OAuth providers:
See the Wiki what it can do for you.
Prebuilt binary artifacts are available on release page. Make sure to pick the right JAR for your Gerrit version.
To build the plugin with Bazel, install Bazel and run the following:
git clone https://gerrit.googlesource.com/plugins/oauth cd oauth && bazel build oauth
Copy the bazel-bin/oauth.jar
to $gerrit_site/plugins
and re-run init to configure it:
java -jar gerrit.war init -d <site> [...] *** OAuth Authentication Provider *** Use Bitbucket OAuth provider for Gerrit login ? [Y/n]? n Use Google OAuth provider for Gerrit login ? [Y/n]? Application client id : <client-id> Application client secret : confirm password : Link to OpenID accounts? [true]: Use GitHub OAuth provider for Gerrit login ? [Y/n]? n
Make sure to read the FAQ before reporting issues.
Apache License 2.0