Skip to content

Move runner partition prefix to routable payload

Background

Runner partition prefix is introduced in !168017 (merged) for #442395

That's before !170634 (merged) is done for #489847 (closed)

Since routable token payload is designed to carry information, we can then move the prefix information into the payload.

Status as of 2025-03-06

At the moment we're not doing this. Relevant discussion can be found at gitlab-com/gl-infra/tenant-scale/cells-infrastructure/team#258 (comment 2376444164)

If we're doing this, we need to look at the followings:

We also have a proof of concept at: !183554 (merged)

Status Update

We moved the runner partition prefix to the payload, and added a new glrtr- prefix for registration token. With that, we can differentiate runner tokens from PAT.


Action Items

Edited by Bojan Marjanovic