Update glpat regex to handle the longest routable token
What does this MR do?
This modifies the glpat regex to handle the longest routable token, which is documented at https://handbook.gitlab.com/handbook/engineering/architecture/design-documents/cells/routable_tokens/#maximum-token-length (in the example the prefix is 20 bytes, so the longest payload token is 151 - 20 = 131).
What are the relevant issue numbers?
Related to gitlab-org/gitlab#502525 (closed).
Does this MR meet the acceptance criteria?
-
Changelog entry added -
Documentation created/updated for GitLab EE, if necessary -
Documentation created/updated for this project, if necessary -
Documentation reviewed by technical writer or follow-up review issue created -
Tests updated/added for this feature/bug -
Job definition updated, if necessary -
Conforms to the code review guidelines -
Conforms to the Go guidelines -
Security reports checked/validated by reviewer
Edited by Dinesh Bolkensteyn