Skip to content

Add API endpoint to revoke PATs

Max Woolf requested to merge 216004-revoke-pats-api into master

What does this MR do?

  • Adds the following endpoint to the REST API to revoke a Personal Access Token:
[DELETE] /personal_access_tokens/:id
  • Refactors API class within a resources block now that there is more than one API action.
  • Also adds accompanying documentation. (Review required)

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

Mentions #216004 (closed)

Edited by Andrew Kelly

Merge request reports