Skip to content

Get a specific GPG key for a given user

Michelle Gill requested to merge mgill-user-gpg into master

What does this MR do?

While removing authentication from the /user/:user_id/gpg_keys endpoint, I noticed that the documentation says we have an endpoint for /user/:user_id/gpg_keys/:key_id as well, which we do not. This MR provides support for showing a specific users individual GPG Key, which was not possible before even though it was documented.

Screenshots

BEFORE AFTER
404 - Page not found Screen_Shot_2020-09-29_at_5.26.54_PM

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
Edited by Dominic Couture

Merge request reports