Module: RunnersTokenPrefixable

Defined in:
app/models/concerns/runners_token_prefixable.rb

Constant Summary collapse

RUNNERS_TOKEN_PREFIX =

Prefix for runners_token which can be used to invalidate existing tokens. The value chosen here is GR (for Gitlab Runner) combined with the rotation date (20220225) decimal to hex encoded.

'GR1348941'