commit | 2d1dd5320c54e1fd18cb2d5dd9a0fdb65d12c31a | [log] [tgz] |
---|---|---|
author | David Ostrovsky <david@ostrovsky.org> | Thu Nov 21 22:22:22 2019 -0800 |
committer | David Ostrovsky <david@ostrovsky.org> | Thu Nov 21 22:22:27 2019 -0800 |
tree | e2887aced649eac06691b258152b7150c7a7c387 | |
parent | 5160fe6c8aac50d6c472c7a30dfdab4f11aca984 [diff] | |
parent | 8b2743e39a9faf695b329eba55d478128c8423b1 [diff] |
Merge branch 'stable-2.16' into stable-3.0 * stable-2.16: Fix NullPointerException in init in batch mode Change-Id: Ie6ba7d68fd69e55ed79a353e24ff0d4e15541ce6
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