Skip to content

Implement authentication for the new Generic Packages API

Krasimir Angelov requested to merge 235490-generic-packages/authentication into master

What does this MR do?

This MR builds the foundation for the new Generic Packages API endpoints - &4209 (closed). Authentication with personal access token and job token is supported.

It's using mock GET ping endpoint that will be replaced with a real one in a following MR.

This new API is behind generic_packages feature flag.

Related to #235490 (closed).

Screenshots

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 Krasimir Angelov

Merge request reports