commit | 4218f62eba4caf55ec764d29c7bed3f56d620b96 | [log] [tgz] |
---|---|---|
author | David Ostrovsky <david@ostrovsky.org> | Sun Mar 08 18:14:04 2020 +0100 |
committer | David Ostrovsky <david@ostrovsky.org> | Mon Mar 09 08:06:55 2020 +0100 |
tree | 8343ccc2431838e25dc0556c604b934a2164129d | |
parent | a5d7810c766cfb43489d48eb4f7ec7233a61670d [diff] |
Add unit tests for oauth api providers This is a fix to regression from: I68717ebb988. The following oauth providers are fixed: * AirVantage * Bitbucket * Dex * Keycloak Bug: Issue https://github.com/davido/gerrit-oauth-provider/issues/139 Change-Id: If23af40894b363dbc1a15e7cc98a3688d6f98ba2
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