commit | f30126252220510cd088320981b131f6793595ea | [log] [tgz] |
---|---|---|
author | Marco Miller <marco.miller@ericsson.com> | Thu Jan 16 15:49:43 2020 -0500 |
committer | Marco Miller <marco.miller@ericsson.com> | Thu Jan 16 15:49:43 2020 -0500 |
tree | e597d37f80cb1e5156d3de2a015d7ef573899c8a | |
parent | 2b6416dc0b4528b6bd7f4401e45345c9ecf036a5 [diff] | |
parent | 136cae98015ef7f4b6c9fcf576e5e1f67a553932 [diff] |
Merge branch 'stable-2.16' into stable-3.0 * stable-2.16: Upgrade bazlets to latest stable-2.16 Upgrade bazlets to latest stable-2.15 Upgrade bazlets to latest stable-2.14 Change-Id: I5a0d30a55bac1a85c0c8cafbe66dd3d59f9bc62f
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