Skip to content

GitLab 15.5: internal API auth with a JWT token

Georges Racinet requested to merge topic/default/gitlab-15.5 into branch/default

The internal API now requires a JWT token derived from the shared secret, and for now also accepts only gitlab-shell as issuer.

Merge request reports