commit | 5160fe6c8aac50d6c472c7a30dfdab4f11aca984 | [log] [tgz] |
---|---|---|
author | David Pursehouse <dpursehouse@collab.net> | Fri Nov 15 08:00:03 2019 -0800 |
committer | David Pursehouse <dpursehouse@collab.net> | Fri Nov 15 08:00:03 2019 -0800 |
tree | dccadea023368d8eed641435dff0a6ca3fbb588d | |
parent | 2402439fcca5d82b45cfa94d0db3e34a8a716a95 [diff] | |
parent | abf31c10a48aa3abe3652b439f1137d8604c9153 [diff] |
Merge branch 'stable-2.16' into stable-3.0 * stable-2.16: Upgrade bazlets to latest stable-2.16 to build with 2.16.13 API Check that root URL is absolute URL Change-Id: I38df683755b28da2220cb1257b67a92388e42340
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