Skip to content

Add support for GitLab routable runner tokens #1819

@nwittstruck

Description

@nwittstruck

Is your feature request related to a problem? Please describe.
GitLab is currently working on routable tokens, which have a new specification.

After personal access tokens, GitLab has now implemented the new format for runner tokens.

The new format is:

(?<registration_type>glrt-)?(?<runner_type>t\\d_)(?<base64_payload>[0-9a-zA-Z_-]{27,300})\\.(?<base64_payload_length>[0-9a-z]{2})(?<crc32>[0-9a-z]{7})

Describe the solution you'd like
I'd like to add GitLab Personal Access Tokens (routable).

I'll add a PR for this soon.

cc @zricethezav

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions