Fix GitLab and Bitbucket services

Since commit I37bd47ac0c there is a precondition
check to ensure that raw is not null and passing
in null will result in a server error.

Instead of passing in null, pass in the raw response.

Change-Id: I537d017575948a4c262d55a736810f08f607e135
Signed-off-by: Alexander Martinz <alex@amartinz.at>
2 files changed
tree: 011a5efe357c01790a7f8c5e305d6be3010b74c0
  1. src/
  2. tools/
  3. .bazelrc
  4. .gitignore
  5. .travis.yml
  6. bazlets.bzl
  7. BUILD
  8. external_plugin_deps.bzl
  9. LICENSE
  10. LICENSE-scribe
  11. README.md
  12. WORKSPACE
README.md

Gerrit OAuth2 authentication provider

Build Status

With this plugin Gerrit can use OAuth2 protocol for authentication. Supported OAuth providers:

See the Wiki what it can do for you.

Prebuilt artifacts

Prebuilt binary artifacts are available on release page. Make sure to pick the right JAR for your Gerrit version.

Build

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

Install

Copy the bazel-genfiles/gerrit-oauth-provider.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

Reporting bugs

Make sure to read the FAQ before reporting issues.

License

Apache License 2.0