Masking tokens in GitLab CI/CD

In GitLab, variables for CI/CD are visible in job logs by default. In order to mask them, they must meet a few regular expression requirements.

Generated tokens begin with FlyV1 fm2_... which violates the “Be a single line with no spaces” rule.

Does this mean it is simply not possible to mask a Fly token when using GitLab CI/CD?

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.