Skip to content

Use JWT token for CI_JOB_TOKEN

What does this MR do and why?

The CI_JOB_TOKEN, with which CI builds authenticate, currently contains a static encrypted token value. This MR replaces that static encrypted token with a dynamic JWT token, which we can use to encapsulate permissions and potentially other claims in the future.

Issue: gitlab-org/govern/authorization/team-tasks#65

Edited by Alex Buijs

Merge request reports

Loading