Skip to content

Add personal_access_tokens API endpoint

Max Woolf requested to merge 227264-list-pats-rest-api into master

What does this MR do?

Adds a new API endpoint and associated documentation:

[GET] /personal_access_tokens

  • This allows an administrator to get a list of all Personal Access Tokens (PATs) or filter down to a single user.
  • It also allows the user to get a list of their own PATs.
  • Non-authenticated users cannot use this API endpoint at all. There is no public interface.

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

Related to #227264 (closed)

Edited by Mayra Cabrera

Merge request reports