Allow execution of account removal REST API

Enable to cookie-based authentication for the sole purpose of
invoking the DELETE /accounts/self REST API that allows the
self-removal of accounts

Change-Id: I9251243b688548e61deb6c463d640ce7b1ffdac6
3 files changed
tree: cfb02310b081db752edf12076d8972d9ae474006
  1. src/
  2. tools/
  3. .gitignore
  4. BUILD
  5. external_plugin_deps.bzl
  6. LICENSE
  7. README.md
README.md

Account management plugin for Gerrit Code Review

A plugin that allows accounts to be deleted from Gerrit via an SSH command or REST API.

How to build

To build this plugin you need to have Bazel and Gerrit source tree. See the detailed instructions on how to build it.

Commands

This plugin adds an new SSH command and a REST API for removing accounts from Gerrit.