Skip to content

Runner token in error messages is no longer unique due to introduction of token prefix

2022-03-09_at_12.08

Proposals

  1. Show an additional 9 characters of the token in messages that display a short token, if we detect the regex pattern (?i)^GR[0-9a-f]{7}.*$.
  2. Remove the token value from the output (probably not feasible since we want to know which runner a command was applied to).
Edited by Pedro Pombeiro