commit | a34aff962ad1455d763b80d0da019a63cd4fb315 | [log] [tgz] |
---|---|---|
author | David Pursehouse <dpursehouse@digital.ai> | Fri Jun 12 09:07:36 2020 +0900 |
committer | David Pursehouse <dpursehouse@digital.ai> | Fri Jun 12 09:08:27 2020 +0900 |
tree | 5765cd70369f9f2b69a786372c9c5e662227b66c | |
parent | b6f65317ea68e4f30659272b3cec027ea4f5af61 [diff] |
Upgrade bazlets to latest stable-2.16 - Add repository rule to provide gerrit api version Change-Id: I57515a908e7c31b01165a829ed8f427a85ee12de
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